├── README.md ├── notification_sample.jpg ├── requirements.txt └── scraper.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodormoroianu/WOKO_New_Room_Notification/HEAD/README.md -------------------------------------------------------------------------------- /notification_sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodormoroianu/WOKO_New_Room_Notification/HEAD/notification_sample.jpg -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | bs4 2 | lxml -------------------------------------------------------------------------------- /scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theodormoroianu/WOKO_New_Room_Notification/HEAD/scraper.py --------------------------------------------------------------------------------