├── .gitignore ├── README.md ├── Scraper.py └── taskbarNotifier.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarthykc/ApprovalNotifier/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarthykc/ApprovalNotifier/HEAD/README.md -------------------------------------------------------------------------------- /Scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarthykc/ApprovalNotifier/HEAD/Scraper.py -------------------------------------------------------------------------------- /taskbarNotifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarthykc/ApprovalNotifier/HEAD/taskbarNotifier.py --------------------------------------------------------------------------------