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

https://github.com/shuygena/guess_the_number_bot

🤖🔢game "guess the number" on telegram
https://github.com/shuygena/guess_the_number_bot

aiogram guess-the-number python3 telegram-bot

Last synced: 3 months ago
JSON representation

🤖🔢game "guess the number" on telegram

Awesome Lists containing this project

README

        

# guess_the_number_bot
🤖🔢game "guess the number" on telegram
![image](https://user-images.githubusercontent.com/75737596/215117745-a4c2536c-57db-4fd7-8e81-cfc697762606.png)
![image](https://user-images.githubusercontent.com/75737596/215117888-93076f42-960f-41f1-b0f3-d6925dd783c9.png)

## :toolbox: Requirements:
This project was done with python-3.8.10 and aiogram-2.24

## :link: Download & Run
Clone repository:
```
git clone https://github.com/shuygena/guess_the_number_bot guess_the_number_bot
```
Go to directory:
```
cd guess_the_number_bot
```
Install requirements:
```
python3 -m pip install -r requirements.txt
```
Run bot:
```
python3 guess_the_number.py
```

## :mortar_board: Tutorial
[Telegram-bots course ](https://stepik.org/course/120924/info) (ru)