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
- Host: GitHub
- URL: https://github.com/adridevelopsthings/alles-gesagt-scraper
- Owner: AdriDevelopsThings
- License: gpl-3.0
- Created: 2025-01-27T22:07:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T22:32:12.000Z (over 1 year ago)
- Last Synced: 2025-02-10T21:53:08.413Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```