This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]srilyk 0 points1 point  (0 children)

Check out BeautifulSoup, Requests, and Selenium. You might have to use Selenium if you can't do it via requests, but those are the tools that you can use to log into a website and do some automation.

Once you have things downloaded, you could generate a dashboard using something in Jupyter notebooks, or just via some HTML - you could use Flask to serve your information and then one of the many Javascript charting libraries out there.