https://github.com/denver-code/bincollection_bot
Always forget when it's bin collection day? no problem, we have a solution!
https://github.com/denver-code/bincollection_bot
aiogram bot docker python redis telegram
Last synced: about 1 month ago
JSON representation
Always forget when it's bin collection day? no problem, we have a solution!
- Host: GitHub
- URL: https://github.com/denver-code/bincollection_bot
- Owner: denver-code
- Created: 2023-05-01T15:15:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T22:11:29.000Z (about 3 years ago)
- Last Synced: 2025-09-02T06:41:32.964Z (10 months ago)
- Topics: aiogram, bot, docker, python, redis, telegram
- Language: Python
- Homepage:
- Size: 966 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bincollection_bot.
[Try in real time](https://t.me/bincollection_bot)
At this moment bot support only Adur&Worthing Council information.
# ▹ Installation #
> [!NOTE]
> For start make sure you have python and redis or docker installed on your machine.
``` Bash
git clone https://github.com/denver-code/bincollection_bot
cd bincollection_bot
```
Rename ```sample.env -> .env``` and don't forget to change the settings inside.
# ▹ Run using docker #
> [!NOTE]
> For start make sure you have docker installed on your machine.
```bash
sh scripts/run.sh
```
or
``` bash
docker-compose up --build -d
```
# ▹ Run #
> [!NOTE] Make sure you have installed poetry on your machine (pip3 install poetry)
``` Bash
poetry install
poetry run python3 -m bot
```
# Edit project in VS Code
``` bash
poetry install
poetry shell
code .
```
## Concept scheme of bot
