https://github.com/luandro/liberaowifi-bot
Bot para campanha #liberaowifi da Coolab
https://github.com/luandro/liberaowifi-bot
Last synced: 11 months ago
JSON representation
Bot para campanha #liberaowifi da Coolab
- Host: GitHub
- URL: https://github.com/luandro/liberaowifi-bot
- Owner: luandro
- Created: 2020-04-20T01:20:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T13:30:24.000Z (about 4 years ago)
- Last Synced: 2025-03-01T05:18:30.670Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://t.me/libera_o_wifi_bot
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.