通过命令行检查github新闻提要。

GitFeed的Python项目详细描述


pypi.python.orgbuild Status

  • 通过命令行检查github新闻提要。
  • newsfeed包含您正在跟踪的人的所有新闻 github,你正在看的存储库,等等,所有你能找到的新闻 在你的github仪表板上。

屏幕截图

安装

gitfeed可以从pypi安装。

要获得最佳结果(与寻呼机兼容),请使用python3

pip install gitfeed

或者如果你喜欢生活在流血的边缘

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

用法

  • 使用gitfeed
  • 运行它
  • 第一次启动gitfeed时,它会要求您使用github 用户名,并将其设置为获取新闻的默认用户名。
  • 你甚至可以为任何其他用户获取新闻,只要你知道他们的 github用户名。
  • 支持选项的完整列表:
usage: gitfeed [-h] [-u USER] [-p PAGES] [-q] [-nt] [-ns]

Check your GitHub Newsfeed via the command-line.

optional arguments:
  -h, --help            show this help message and exit
  -u USER, --user USER  GitHub username for the user to fetch newsfeed for
                        (default: <user>)
  -p PAGES, --pages PAGES
                        number of newsfeed pages to fetch (default: 1)
  -q, --quiet           hide comment body in issues & PRs (default: False)
  -nt, --no-time-stamp  hide time-stamp of events (default: False)
  -ns, --no-style       show plain white text with no colors or style
                        (default: False)
  • 您可以通过编辑来修改默认配置 ~/.gitfeed/gitfeed.ini

许可证

The MIT License

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
javagae/JPA/Datastore如何查询无主列表   java从xml中读取未知元素   java如何在控制台上显示MavReplugin单元测试覆盖率报告   java什么被认为是遍历LDAP DIT的正确方法?   Eclipse(Java)在创建了一个新包之后,我无法向其中添加源文件   java new REngine启动并立即停止   java Android:如何从保存在SQLite数据库中的listview中删除项目?   找不到java Gradle DSL方法:“compile()”错误   java使用POI获取具有特定列名的每一行中的值   java解析JSON文件   java中断for循环,返回4个结果,而不是2个   LDAP处理过程中发生java未分类异常;嵌套的异常是javax。命名。NamingException   当表单在基于spring3注释的控制器中验证失败时,java引用数据将丢失   java Android,从web获取数据并更新UI(多线程和MVC设计模式)   用于OS X Yosemite的java优化Swing程序