This program automatically checks when Warwick campus accommodation is available and notifies you to apply immediately!
Go to file
2024-11-04 00:18:58 +00:00
.gitignore Set up project 2024-11-04 00:17:41 +00:00
cli_sniper.py Add rudimentary sniper script 2024-11-04 00:18:58 +00:00
README.md Set up project 2024-11-04 00:17:41 +00:00
requirements.txt Add rudimentary sniper script 2024-11-04 00:18:58 +00:00
sniper.py Add rudimentary sniper script 2024-11-04 00:18:58 +00:00

Purpose

This script scrapes the Warwick Accommodation page in order to update you whenever the page changes. The page typically says (before it opens) that the applications are not yet open, thus, when this is no longer the case (or whenever the page changes at all, for extra caution), the script (the "sniper") can send out a message.

Usage

The script is currently quite limited, but you can access it through the cli_sniper.py entry point. python cli_sniper.py

It will only notify you via a terminal output at this stage. A Discord bot is in the works.