+ 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!
5 Answers
+ 6
The Answer is: Yes.
+ 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.
+ 5
What's about Python. There is a lot of Modules, eg
import webbrowser
webbrowser.open('http://www.sololearn.com')
0
I was searching for posts on how to do it but I didn't find anything
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!!!