https://github.com/iiiiii1wepfj/alisurobot
https://t.me/alisurobot
https://github.com/iiiiii1wepfj/alisurobot
alisu alisurobot bot mtproto pyrogram python python3 telegram
Last synced: 2 months ago
JSON representation
https://t.me/alisurobot
- Host: GitHub
- URL: https://github.com/iiiiii1wepfj/alisurobot
- Owner: iiiiii1wepfj
- License: mit
- Created: 2021-08-17T06:39:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T14:19:17.000Z (about 2 years ago)
- Last Synced: 2024-04-26T12:41:16.882Z (about 2 years ago)
- Topics: alisu, alisurobot, bot, mtproto, pyrogram, python, python3, telegram
- Language: Python
- Homepage: https://t.me/alisurobot
- Size: 1.72 MB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# alisurobot
[alisurobot](https://t.me/alisurobot)
# how to run
1. Clone the repository:
```
git clone https://github.com/iiiiii1wepfj/alisurobot.git
```
2. move to the repo folder
```
cd alisurobot
```
3. Create virtual environment
```
python3 -m venv .venv
```
```
source .venv/bin/activate
```
4. Install the requirements
```
pip3 install -U -r requirements.txt
```
5. move to the bot directory in the repo
```
cd alisu
```
6. change the config.py.example file name to config.py
```
cp config.py.example config.py
```
7. edit the config vars in config.py
8. back to the repo folder
```
cd ..
```
9. run the bot
```
python3 -m alisu
```
based on [EduuRobot](https://github.com/AmanoTeam/EduuRobot)