bot that monitors website notifications and downloads files from the other site

I want to write a bot that monitors the Notification system on a site and downloads files from another site with this information. Is it possible? How can I do this, what should I learn?

note: I'm a beginner in c ++ and my english is bad, sorry.
Yes, it's possible.

No, C++ is not a good language to do this in, especially for a c++ noob.
Try it in Python first.
Is it easy to do in python?
Sure, simple stuff is only a few lines.

To just fetch and click
https://mechanize.readthedocs.io/en/latest/

For rather more detailed examination of content beyond the basics offered by mechanize.
https://pypi.org/project/beautifulsoup4/
Thank you.
Perl would be another good choice, it has extensive libraries for dealing with the internet.
Topic archived. No new replies allowed.