Giter Club home page Giter Club logo

telegram-bot's Introduction

Telegram Bot ๐Ÿ”ฅ

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.

Steps to Run

Generate a telegram bot and create a group

  • 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.

Install

npm install
npm run build

Usage

npm start

Additional Features

  • 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.

Contributing

  1. Fork this repository
  2. Create a new branch (git checkout -b add-new-feature)
  3. Add the program to the appropriate category folder
  4. Create a new file with the program name as the filename (e.g. my-feature.md)
  5. Provide a brief description of the program and any relevant links or resources
  6. Save the file and commit your changes (git commit -am "Add new program")
  7. Push to the branch (git push origin add-new-feature)
  8. Create a new pull request

Work in Progress.

  • Test Cases .
  • Cron Logic.
  • Welcome message for new users.

License

This repository is licensed under the MIT License.

Give a โญ๏ธ if this project helped you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.