This project is a bot which posts educational content from a csv file to a telegram group at a sceduled time. We are online most of the times so I thought to use the time for reading educational content .
So I used node js to build this bot and utilized the Telegram Bot API to post messages.
- Go to /botfather in Telegram and register a new bot .
- Copy your API Token - That is your BOT_TOKEN.
- Create a new group in telegram , copy the username - That is your GROUP_ID .
- Mention the time interval in CRON_JOB variable the standard is in hours.
- I am using my quora scraper to generate the csv file , Quora Scraper
- Add the file name in the variable - FILE_NAME , make sure to follow name the columms as Question - Answer.
npm install
npm run build
npm start
- Will add more features to make the user experience better.
- Also feel free to suggest , contribute with new featues that can make the bot better for education.
- Fork this repository
- Create a new branch (
git checkout -b add-new-feature
) - Add the program to the appropriate category folder
- Create a new file with the program name as the filename (e.g.
my-feature.md
) - Provide a brief description of the program and any relevant links or resources
- Save the file and commit your changes (
git commit -am "Add new program"
) - Push to the branch (
git push origin add-new-feature
) - Create a new pull request
- Test Cases .
- Cron Logic.
- Welcome message for new users.
This repository is licensed under the MIT License.
Give a ⭐️ if this project helped you!