Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martindelille/baloubot
A simple telegram bot
https://github.com/martindelille/baloubot
Last synced: 13 days ago
JSON representation
A simple telegram bot
- Host: GitHub
- URL: https://github.com/martindelille/baloubot
- Owner: MartinDelille
- License: gpl-3.0
- Created: 2018-04-19T10:05:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T15:15:57.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:42:18.301Z (9 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BalouBot
![Balou](balou.jpg)
## Install and run
First you need to create a telegram bot:
Once you have your bot authorization token, create a `.env` file:
```
# .envexport BOT_TOKEN="YOUR_BOT_AUTHORIZATION_TOKEN"
```Initialize the dependencies by typing:
```
$ npm install
```Then start your bot:
```
$ node index.js
```You should be able to speak with your bot then!