|
|
|
|
|
by _boffin_
633 days ago
|
|
Heads up, requests adds some extra headers on send. One thing I’ve also been doing recently when I find a site that I just want an api is just use python and execute a curl via python. I populate the curl from chrome’s network tab. I also have a purpose built extension I have in my browser that saves cookies to a lan Postgres DB and then the use those values for the script. Can even probably do more by automating the browser to navigate there on failure. |
|