An Automated udemy coupons scraper which scrapes coupons and autopost the result in blogspot post and notifies via Telegram bot
sample blog : https://free-course-coupons.blogspot.com
Before setup place Telegram bot API key, Telegram chat id and Blogger id in config.json
file !
How to get my Telegram bot api key ? - Telegram-bot api-key
How to get your Telegram chat id ? - Telegram chat-id
pip3 install requirements.txt
Once Installed all the requirements, setup the easyblogger by below command
easyblogger --blogid <yourblogid> get
To get the blog id refer - https://subinsb.com/how-to-find-blogger-blog-id
This will open up a browser window that you use to authenticate with your google account
Note : Authenticate the google account associated with blogger account
you’re all set to use Easyblogger !
python3 auto.py
This above file will scrape all the udemy course and coupons and it will post in blogger and it will send a copy of scraped results via Telegram bot !
This can be hosted on a cloud server to run it automatically everyday !