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
- Host: GitHub
- URL: https://github.com/shuygena/guess_the_number_bot
- Owner: shuygena
- Created: 2023-01-22T20:28:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T20:45:46.000Z (over 2 years ago)
- Last Synced: 2025-01-17T02:22:51.363Z (5 months ago)
- Topics: aiogram, guess-the-number, python3, telegram-bot
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guess_the_number_bot
🤖🔢game "guess the number" on telegram

## :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)