@ -2,21 +2,23 @@
here is the library of contingencies
testing the webhook
## Creating the venv
python3 -m venv
source venv/bin/activate
pip install mwclient html5lib
## Activating the venv
cd /var/www/html
## Pulling the tasks
python scripts/pulltasks.py > tasks.html
python scripts/pulltasks.py
## Running the server locally
cd tasks && python -m http.server