I need to make several POST requests to get some json data. Problem is that I should login to website before making requests. SO I managed to login with dryscrape and my question is:
- Can I make POST requests with dryscrape?
- Can I use session from dryscrape and make requests with
requests for example?
Thanks