Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsoky/multiplication_game_bot
A bot for the multiplication table game.
https://github.com/fsoky/multiplication_game_bot
aiogram python python3
Last synced: about 1 month ago
JSON representation
A bot for the multiplication table game.
- Host: GitHub
- URL: https://github.com/fsoky/multiplication_game_bot
- Owner: Fsoky
- Created: 2024-03-25T15:44:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:24:35.000Z (9 months ago)
- Last Synced: 2024-03-26T21:53:02.829Z (9 months ago)
- Topics: aiogram, python, python3
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation & Setup
> [!CAUTION]
> Make sure to change the `.env.example` file to `.env` and the data in it- Clone a repo
```bash
git clone https://github.com/Fsoky/multiplication_game_bot.git
```
- Change dir
```bash
cd multiplication_game_bot
```
- Install poetry
```bash
pip install poetry
```
- Install dependencies
```bash
poetry install --no-root
```
- Run
```bash
poetry run python src/__main__.py
```