Auto Login into a site & more | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Auto Login into a site & more

So I was intressted in knowing if there is any way to make a Programm that automatically goes to a site writes in my email and my password and after that logins after that it clicks on a button to collect some points and after that Log out is there any way to write something in c++ that can do it? (I want to Login into 50Accounts and do everything I described) - Sorry for my bad English!

11th Apr 2019, 6:03 PM
Kliment
Kliment - avatar
5 Answers
+ 6
The Answer is: Yes.
11th Apr 2019, 6:13 PM
Sebastian Keßler
Sebastian Keßler - avatar
+ 5
Just one Idea: maybe you don't need a Passwort when you use a Browser. The Browser can manage the Login-Data. When you are logged in take a Look at the Webadress. Often the Loginname is Part of the Adress (Parameter). In this case the Script jus has to call the right Adress with your Browser.
11th Apr 2019, 7:19 PM
Sebastian Keßler
Sebastian Keßler - avatar
+ 5
What's about Python. There is a lot of Modules, eg import webbrowser webbrowser.open('http://www.sololearn.com')
11th Apr 2019, 7:27 PM
Sebastian Keßler
Sebastian Keßler - avatar
0
I was searching for posts on how to do it but I didn't find anything
11th Apr 2019, 6:14 PM
Kliment
Kliment - avatar
0
hello me kebler can i know more about this skill called python? i really want to acquire a skill in java script writting. i will be glad to hear from thank you!!!
29th Sep 2019, 11:21 AM
oluwatobi philips
oluwatobi philips - avatar