02 November, 2021 - 03:25 AM
Here’s something I found out a while ago:
You can pip install uncurl
Then create a python file, name it whatever you want.
Go to the documentation: https://github.com/spulec/uncurl/blob/master/README.md
Go to network tab right click and copy cURL (not sure which one it was)
Paste it into string var
Run the script and boom you have a working request for almost every website.
You can pip install uncurl
Then create a python file, name it whatever you want.
Go to the documentation: https://github.com/spulec/uncurl/blob/master/README.md
Go to network tab right click and copy cURL (not sure which one it was)
Paste it into string var
Run the script and boom you have a working request for almost every website.