SGAS
The Sue Gray Alert System was a 5 minute project that just beeps every time a new article is updated or published on Gov.UK's news pages.
Installation
- Install Python 3.x
- Run
python3 -m pip install -r requirements.txt
in a Terminal. - (if that doesn't work, try
py -m pip install -r requirements.txt
)
Running
- Run sgas.py in Python