Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conorfennell/node-bot-hello

minimum node code to have a telegram bot
https://github.com/conorfennell/node-bot-hello

Last synced: 10 days ago
JSON representation

minimum node code to have a telegram bot

Awesome Lists containing this project

README

        

# node-bot-hello
minimum node code to have a telegram bot

To setup:

1. npm install // Run from the command line to install any node modules referenced in the package.json
2. Put your own bot token in the bot.js file "var BOT_TOKEN = 'your-bot-token-provided-by-botfather';"
3. node bot.js // starts the bot, try sending it a few commands from Telegram