disqus.com related | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

disqus.com related

i want to make a program that log in to the site. what the key points to make that poisible?

4th Jul 2016, 11:30 PM
Gin Toki
Gin Toki - avatar
1 Answer
0
http://docs.python-requests.org The requests module allows you to send HTTP requests and fetch resources easily compared to the default python urllib. You can use this module to send data using the post method which would allow you to log in. It also allows you to use session data for your requests so that you are able to stay logged in. Learn how to use it and you should be able to login to disqus using a script.
5th Jul 2016, 9:27 PM
Gershon Fosu
Gershon Fosu - avatar