Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polarhive/scrapes
Fetch and dump your PESUAcademy class and section info into a CSV file
https://github.com/polarhive/scrapes
api beautifulsoup pesu webscraping
Last synced: 8 days ago
JSON representation
Fetch and dump your PESUAcademy class and section info into a CSV file
- Host: GitHub
- URL: https://github.com/polarhive/scrapes
- Owner: polarhive
- License: gpl-3.0
- Created: 2024-08-01T18:59:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T21:32:40.000Z (4 months ago)
- Last Synced: 2024-08-02T01:44:07.086Z (4 months ago)
- Topics: api, beautifulsoup, pesu, webscraping
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrapes
A simple tool to fetch your class and section information from PESUAcademy and dump it into a CSV file.
## setup
```sh
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install -r requirements.txt
```## usage
```sh
python helper.py
python scrapes.py
```