Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/conorfennell/node-bot-hello
- Owner: conorfennell
- Created: 2016-01-25T21:17:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T21:24:57.000Z (almost 9 years ago)
- Last Synced: 2023-03-19T17:45:27.287Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-bot-hello
minimum node code to have a telegram botTo 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