Keeps your WG Ad always at the top of the search hit list!
- Venv:
python3 -m pip install --user virtualenv - Poetry:
python3 -m pip install poetry
Create and activate venv:
python3 -m venv .venv
source .venv/bin/activate
Install dependencies:
poetry install
Execute main.py as a background process and log to file:
nohup python3 wgadupdater/main.py {USERNAME} {PASSWORD} >> wgadupdater-info.log 2>> wgadupdater-error.
log &
To stop:
pkill -f wgadupdater