This is the code for an Cpryto currency info Telegram bot I've built.
Installation and local launch
- Clone this repo:
git clone https://github.com/nijeesh4all/telegram-coin-info-bot
- Get telegram bot api token instructions
- Create
.env
with the environment variables listed below - Run
npm install
in the root folder - Run
npm start
And you should be good to go! Feel free to fork and submit pull requests. Thanks!
Environment variables
TELEGRAM_API_KEY
— Telegram bot tokenTELEGRAM_BOT_NAME
- Telegram bot name for redirecting it to the telegram url
Also, please, consider looking at .env.example
.
WHAT CAN IT DO
- GET info about diffrent crypto currencies
- Convert one crypto to another
DOCKER
you can build an docker image by running
docker build -t telegram_bot
docker run --env-file .env
Future Milestones
- Add a watcher for mornioring etherium accounts
License
MIT — use for any purpose. Would be great if you could leave a note about the original developers. Thanks!