Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idonov8/rasarbot
A crowd sourced system, dedicated to monitor the rasar situation in an army base
https://github.com/idonov8/rasarbot
crowdsourcing heroku python telegram-bot
Last synced: 4 days ago
JSON representation
A crowd sourced system, dedicated to monitor the rasar situation in an army base
- Host: GitHub
- URL: https://github.com/idonov8/rasarbot
- Owner: idonov8
- Created: 2020-02-21T13:43:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T06:15:40.000Z (over 2 years ago)
- Last Synced: 2023-03-07T17:52:15.290Z (almost 2 years ago)
- Topics: crowdsourcing, heroku, python, telegram-bot
- Language: Python
- Homepage: https://t.me/RasarBot
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RasarBot
A crowd sourced system, dedicated to monitor the rasar situation in an army base## This project is looking for maintainers/contributors
Please feel free to start with [simple issues](https://github.com/idonov8/RasarBot/contribute).If you want help setting up the bot locally, send me a message through the [bot](https://t.me/RasarBot) with the `/send_feedback` command.
## Run locally
#### To run the code locally you'll need to declare the following env variables:
```
MODE='dev'
TOKEN='TELEGRAM_BOT_TOKEN'
ADMIN_ID=111111111 # The bot's admin chat_id
```
##### Alternatively, you can declare them in a .env file in the same directory