-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this auto-log in to a website account, and then monitor from there? #1
Comments
Hey KeronCyst, I'd need to change the code slightly to allow it to log in to a specific web page. Selenium, the package I'm using in this library, can easily be used to log in to web pages after opening a link. If you're okay with sharing the website you're trying to log in to, I can update my script allow you to pass your credentials in. If not, I suggest the following:
This should work if there's no captcha verification at the login screen. If there is a captcha, things become a whole lot more complicated, though not impossible. Let me know if you need further help with this. |
Thank you so much for your swift response! The website is non-CAPTCHA: https://adminweb.aesoponline.com/access I was reading https://chrisalbon.com/python/web_scraping/monitor_a_website/ but it doesn't have any login section. |
No problem. Add this code to line 59 of
|
Unfortunately, it looks like this particular page seems to go through multiple URLs before finally landing at the one with the actual data that I want to track, and I can't tell if the script is getting there/doing anything after having run it with the addition above, but I appreciate the effort... I should probably mention that I'm a super-newbie to programming languages so figuring this out is probably beyond my league. Thanks anyways, though. |
The page I'm trying to track for monitoring is hidden behind a mandatory login.
The text was updated successfully, but these errors were encountered: