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

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

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)