/paper_state_checker

Scrape track your submission link and send updates via email

Primary LanguagePythonMIT LicenseMIT

Paper state checker

⚠ This project is not actively maintained but I might accept pull requests

Scrape track your submission link and send updates via email

How to run

Required dependencies: python, pip, firefox, geckodriver

After installing the required dependencies do:

python main.py -c config.ini --notify

Deploy in a Docker container

Configure the application

Fill in config.ini with the appropriate data

Build the container image

docker build -t paper_state_checker .

Run the container

This might require superuser priviliges

docker run -d --name paper_bot --restart=always paper_state_checker:latest

To modify the configuration on the running container

docker exec -it paper_bot nano /app/config.ini

To check the application logs use

docker logs paper_bot