https://github.com/throughnothing/octo-indicator
Github AppIndicator for Ubuntu
https://github.com/throughnothing/octo-indicator
Last synced: 11 months ago
JSON representation
Github AppIndicator for Ubuntu
- Host: GitHub
- URL: https://github.com/throughnothing/octo-indicator
- Owner: throughnothing
- Created: 2011-04-17T06:48:28.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-05T21:51:23.000Z (about 15 years ago)
- Last Synced: 2023-04-14T01:26:33.094Z (about 3 years ago)
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Octo-Indicator
`octo-indicator` is an appindicator that shows your github activity feed in the menubar of ubuntu. This is mostly just a test app for me to learn how appindicators work.
# Install
Currently requires `feedparser`, `github2`, `pygtk` python modules. If you have all the modules, just modify octo-indicator's GH\_USER and GH\_TOKEN values near the top of the file and then run it.
It currently reads your github username/token from `~/.octoindicatorrc`
[github]
user=throughnothing
token=
Once you have all of the requirements, you can install with
python setup.py install
# TODO
* Use config file/dconf (preferably dconf)
* Pull gravatar icons
* Add libnotify support