Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```