Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasdrsman/edupage-homework

A simple web scraper to retrieve homework from EduPage
https://github.com/lukasdrsman/edupage-homework

cli edupage edupage-org homework online-school python school scraper selenium web-scraping

Last synced: about 1 month ago
JSON representation

A simple web scraper to retrieve homework from EduPage

Awesome Lists containing this project

README

        

# edupage-homework (eduhw)
## Installation
#### Requirements:
* edupage account
* python3 with pip
* selenium
* chrome or firefox
* geckodriver (when using firefox)

#### Install selenium:
```sh
pip install selenium --user
```

#### Install and run:
```sh
git clone https://github.com/LukasDrsman/edupage-homework.git
cd edupage-homework
# edit and rename config-example.py to config.py
sudo ./install
eduhw
```

## Usage:
```
eduhw [mode]
```
| mode (long) | mode (short)| description |
| ------------- |:-----------:|-------------- |
| | | simple output |
| --formatted | -f | formatted output |
| --minimal | -m | 1 assignment per line |