This simple project includes a python web scrapper made with Beautiful Soup for collecting data about github education offers. You can direct the result to a webhook by specifying the WEBHOOK_URL environment variable.
pip install -r requirements.txt
# if you use pipenv:
# pipenv install