https://github.com/conorfennell/node-bot-hello
minimum node code to have a telegram bot
https://github.com/conorfennell/node-bot-hello
Last synced: 3 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T21:24:57.000Z (over 9 years ago)
- Last Synced: 2025-02-08T04:27:31.906Z (5 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- 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