Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luandro/liberaowifi-bot

Bot para campanha #liberaowifi da Coolab
https://github.com/luandro/liberaowifi-bot

Last synced: about 6 hours ago
JSON representation

Bot para campanha #liberaowifi da Coolab

Awesome Lists containing this project

README

        

# Libera o Wifi Bot

Telegram Bot for the #liberaowifi campaign.

## Usage
To use the Telegram Bot API, you first have to get a bot account by [chatting with BotFather](https://core.telegram.org/bots#6-botfather).

Build the image
```
docker build -t liberaowifi-bot .
```

Run the image
```
docker run -d --name liberaowifi-bot \
-e BOT_TOKEN="xxx-xxx-xx" \
-p 4000:4000 \
--restart unless-stopped \
liberaowifi-bot
```
Or Rename the `.env.sample` file to `.env` and edit it with needed configuration.