- Clone the repository:
git clone https://github.com/iiiiii1wepfj/alisurobot.git
- move to the repo folder
cd alisurobot
- Create virtual environment
python3 -m venv .venv
source .venv/bin/activate
- Install the requirements
pip3 install -U -r requirements.txt
- move to the bot directory in the repo
cd alisu
- change the config.py.example file name to config.py
cp config.py.example config.py
-
edit the config vars in config.py
-
back to the repo folder
cd ..
- run the bot
python3 -m alisu
based on EduuRobot