https://github.com/cafca/schwerpunkt
https://github.com/cafca/schwerpunkt
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cafca/schwerpunkt
- Owner: cafca
- Created: 2018-08-01T17:21:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T18:27:23.000Z (over 7 years ago)
- Last Synced: 2025-11-07T02:34:39.876Z (8 months ago)
- Language: Python
- Homepage: https://zeit.001.land/
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schwerpunkt
Erfasst regelmäßig die Schwerpunkt-Themen auf Zeit-Online um eine visuelle
Timeline als HTML-Datei zu erstellen.

## Setup
Virtualenv mit Python3 erstellen und
```bash
pip install -r requirements.txt
```
Dann olgenden Cronjob mit `crontab -e` erstellen um das Skript jede Stunde auszuführen
(Pfade anpassen).
```bash
0 * * * * cd schwerpunkt && venv/bin/python schwerpunkt/main.py >> cron.log 2>&1
```