This userbot was created with the aim of learning and not developed again(maybe someday), if you want to contribute see the #contribute section
after cloning this repo. run the following command below:
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cp example.env .env
./run.sh
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.