项目作者: ritiek

项目描述 :
Check your GitHub Newsfeed via the command-line
高级语言: Python
项目地址: git://github.com/ritiek/GitFeed.git
创建时间: 2017-04-25T15:49:13Z
项目社区:https://github.com/ritiek/GitFeed

开源协议:MIT License

下载


GitFeed

pypi.python.org build Status

  • Check your GitHub Newsfeed via the command-line.

  • Newsfeed includes all the news from people you are following on GitHub, repositories you are watching, etc. All news you would find on your GitHub dashboard.

Screenshots

Installation

GitFeed can be installed from pypi.

For best results (compatibility with Pager), use Python3

  1. pip install gitfeed

or if you like to live on the bleeding edge

  1. git clone https://github.com/Ritiek/GitFeed
  2. cd GitFeed
  3. python setup.py install

Usage

  • Run it using gitfeed

  • The first time you launch gitfeed, it will ask you for GitHub username and set it as the default username to fetch news for.

  • You can even fetch news for any other user provided you know their GitHub username.

  • Full list of supported options:

  1. usage: gitfeed [-h] [-u USER] [-p PAGES] [-q] [-nt] [-ns]
  2. Check your GitHub Newsfeed via the command-line.
  3. optional arguments:
  4. -h, --help show this help message and exit
  5. -u USER, --user USER GitHub username for the user to fetch newsfeed for
  6. (default: <user>)
  7. -p PAGES, --pages PAGES
  8. number of newsfeed pages to fetch (default: 1)
  9. -q, --quiet hide comment body in issues & PRs (default: False)
  10. -nt, --no-time-stamp hide time-stamp of events (default: False)
  11. -ns, --no-style show plain white text with no colors or style
  12. (default: False)
  • You can modify the default configuration by editing ~/.gitfeed/gitfeed.ini

License

The MIT License