An open API service indexing awesome lists of open source software.

https://github.com/joao-pedro-p-holanda/gh-education-offers-scrapper

Simple python script for extracting all offers from the student pack on Github Education
https://github.com/joao-pedro-p-holanda/gh-education-offers-scrapper

beautifulsoup4 github-education web-scraping-python

Last synced: 4 months ago
JSON representation

Simple python script for extracting all offers from the student pack on Github Education

Awesome Lists containing this project

README

          

# Scrapper for github education offers

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.

## Running

```sh
pip install -r requirements.txt
# if you use pipenv:
# pipenv install
```