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
- Host: GitHub
- URL: https://github.com/joao-pedro-p-holanda/gh-education-offers-scrapper
- Owner: Joao-Pedro-P-Holanda
- License: mit
- Created: 2024-05-02T22:17:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T20:26:11.000Z (over 1 year ago)
- Last Synced: 2025-03-06T18:46:53.299Z (8 months ago)
- Topics: beautifulsoup4, github-education, web-scraping-python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```