Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```