Telegram bot to scrape latest aktu circulars to channel. This bot is hosted on google sheets and uses google sheets as a database to store the scraped data.
Link to telegram channel: Join now
- JavaScript
- Telegram Bot API
- Cheerio
- Google Sheets(For storing scaped data and to hosting server)
- Clone the repo
- Create a telegram bot using BotFather
- Get the bot token
- Create a google sheet and go to
Tools
>Script Editor
- Paste the code from
FetchFromAktu.js
andSendToTelegram.js
in the respective files - Test the code
- Create a trigger to run the script after an interval of time.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Telegram Bot API
- Cheerio Docs
- Google Sheets API Docs