python bot that automatically logins into a website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

python bot that automatically logins into a website

hey, so I would like to write a python script that logins on a website automatically, how would I do it and what modules would I use?

17th Apr 2020, 2:30 PM
gianni brambilla
gianni brambilla - avatar
3 Answers
0
not sure of all of them, but do some research on json
17th Apr 2020, 2:55 PM
Slick
Slick - avatar
0
This is called web scrapping. Before scrapping. You must read privacy policy. Otherwise you may be permanently banned on that website.
17th Apr 2020, 4:21 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
0
You can use python selenium for this purpose. https://pythonspot.com/selenium/
17th Apr 2020, 8:07 PM
Felix Stolle
Felix Stolle - avatar