On terminal:
pip install -r requirements.txt
Arguments for website update: run main.py with the --help
argument (or -h
) for more information.
Firefox automatically downloads the driver for us.
In the .env file:
API_BASE_URL=<API URL>
AUTH_TOKEN=<API AUTH TOKEN>
READM_EMAIL=<LOGIN EMAIL>
READM_PASSWORD=<LOGIN PASSWORD>
Execution logs are stored in exec_logs.log
.
To install the updater as a Linux service:
chmod +x ./install.sh
./install.sh
The service can be controlled with the following commands:
sudo systemctl start mangahub.service
sudo systemctl restart mangahub.service
sudo systemctl stop mangahub.service
To uninstall:
chmod +x ./uninstall.sh
./uninstall.sh