A Telegram Bot which updates you about anything on the internet!
Use
·
Report Bug
·
Request Feature
Visit https://github.com/aayushdutt/telegram-updater-bot to start using the bot.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Docker
- To get a API token, create a new bot at https://telegram.me/BotFather
- Download the docker-compose.yml file locally.
- Enter your Bot Token from step 1 in
TELEGRAM_BOT_TOKEN=
in thedocker-compose.yml
file. - Run
docker-compose up -d
to run the Bot locally.
- Node.js
- npm
- To get a API token, create a new bot at https://telegram.me/BotFather
- Clone the repo
git clone https:://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Export your Bot Token from step 1 in environment variables (replace
yourToken
with your own)
export TELEGRAM_BOT_TOKEN=yourToken
- Run the bot
npm start
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Aayush Dutt - @aayushdutt - [email protected]
Project Link: https://github.com/aayushdutt/telegram-updater-bot