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

https://github.com/adridevelopsthings/alles-gesagt-scraper

Scrape all Alles gesagt`podcast episodes
https://github.com/adridevelopsthings/alles-gesagt-scraper

Last synced: about 1 year ago
JSON representation

Scrape all Alles gesagt`podcast episodes

Awesome Lists containing this project

README

          

# alles-gesagt-scraper
Scrape all "ZEIT Alles gesagt?" podcast episodes.

## Usage
First install all requirements using pip
```
pip install -r requirements.txt
```
Then start the python file
```
python scrape.py
```
You can set a specific output path if you want (Default is `episodes`)
```
python scrape.py -o /media/BlaBla/alles-gesagt
```