cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
bot that monitors website notifications
bot that monitors website notifications and downloads files from the other site
Nov 29, 2020 at 3:46pm UTC
bloody butterfly
(3)
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.
Nov 29, 2020 at 8:01pm UTC
salem c
(3700)
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.
Nov 30, 2020 at 10:05am UTC
bloody butterfly
(3)
Is it easy to do in python?
Nov 30, 2020 at 12:36pm UTC
salem c
(3700)
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/
Dec 1, 2020 at 6:48am UTC
bloody butterfly
(3)
Thank you.
Dec 11, 2020 at 7:10am UTC
lbrandewie
(35)
Perl would be another good choice, it has extensive libraries for dealing with the internet.
Topic archived. No new replies allowed.