Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:

```
# .env

export 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!