Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luandro/liberaowifi-bot
- Owner: luandro
- Created: 2020-04-20T01:20:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T13:30:24.000Z (almost 3 years ago)
- Last Synced: 2024-04-23T21:34:17.141Z (9 months 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.