Hi
I've starting study python because i'd like to create a simple Primedice BOT.
Googling around it seem that i've to use selenium library to manage the google captcha but i tried without success, somebody other tells that it's new technology introduce by google to resist robots, it it true?
Can anyone help me to code only the login phase?
Below you can find my last tentative.
Thanks a lot
If you have just started with Python,it's too early to write a bot.Get used to the Python way of doing this.By Passing captcha's is bit complicated for a beginner.
Get used to the following libraries :
-Mechanize
-BeautifulSoup
-requests
Start learning stuff here :
https://automatetheboringstuff.com/