A simple Python app to get Github news feed updates as notifications. The script logs into your account, scrapes the news feed from the home page and sends notifications using notify-send
.
- Install
dryscrape
$ pip install dryscrape
- Install
python-crontab
$ pip install python-crontab
- Create config file from template
$ cp .config.example .config
-
Edit .config. Add your details.
-
Run script
$ python github-news.py
- Get login credentials from config file.
- Send desktop notifications.
- Setup cron from script.
- Display hyperlink in notifications.