Posts by Pl4net Decoded • 5 points
2 posts
-
-2
votes1
answer39
viewsQ: How to extract information from a python request
import requests from requests.structures import CaseInsensitiveDict url = f"http://localhost/teste.php" headers = CaseInsensitiveDict() headers["Accept"] = "*/*" resp = requests.get(url,…
-
-1
votes1
answer20
viewsQ: How to make a URL that updates every second without updating my page
Well I have a code in php, with an if and I would like if I could get the answer from Curl, only q this answer it updates every second so it is almost impossible if I get the answer like this, there…