Skip to content

iiiiii1wepfj/alisurobot

Repository files navigation

alisurobot

alisurobot

how to run

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

  2. back to the repo folder

cd ..
  1. run the bot
python3 -m alisu

based on EduuRobot