+ 1
Python Request
Am creating a bot for instagram but after i send a get request to instagram.com i can not get the cookies. I wanna get csrftoken from cookies but when i do res.cookies.get_dict() i get only an empty dict. Cookies are beeing set with set-cookie
2 Respostas
+ 1
If you're using the requests library in Python, it should just be result.cookies
0
George Ryan Yeh man i know but it was not. There was no cookies. Anyway i found the solution. Thank you. ❤️