Set of utilities to be used in Python bots Done from:
- Pyxavi of @arnaus@mastodont.cat: https://github.com/XaviArnaus/pyxavi
- Info bot of @spla@mastodont.cat: https://git.mastodont.cat/spla/info
Within Python Virtual Environment:
-
Clone the repository
git clone https://github.com/lgbaixauli/pybot.git -
Run
pip install -r requirements.txtto install needed libraries.
For update the bundle:
-
Activate the virtual environment
source .venv/bin/activate -
Run
pip install -r requirements.txt --ignore-installed.