Skip to content

Get Github news feed updates as desktop notifications.

Notifications You must be signed in to change notification settings

parakalan/github-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-news

Get Github news feed updates as notifications.

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.

Usage

  • 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

To do

  • Get login credentials from config file.
  • Send desktop notifications.
  • Setup cron from script.
  • Display hyperlink in notifications.

About

Get Github news feed updates as desktop notifications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages