Posts by Leonardo Julio • 53 points
2 posts
-
3
votes1
answer860
viewsQ: How to send multiple requests at the same time
Well my program takes Urls from a text file, enters them and checks if it has a certain text in its HTML code, it would be possible to read all lines of the file, and instead of making a request at…
-
2
votes1
answer203
viewsQ: Python - PHPSESSID
Well I’m trying to create a script who enters a website without having to log in through the library requests. I want to do it using the PHPSESSID. How can I do this?…