github时间线到rss的转换,便于提要集成

github_timeline_rss的Python项目详细描述


https://img.shields.io/pypi/v/github_timeline_rss.svghttps://img.shields.io/travis/narfman0/github_timeline_rss.svg

Github Timeline到RSS的转换,以便于提要集成

  • 自由软件:麻省理工学院许可证

功能

  • 从github时间线创建rss提要
  • 要转储到stdout或文件的命令行界面

用法

可选:使用:

设置virtualenv环境
virtualenv venv
source venv/bin/activate

安装要求:

pip install -r requirements_dev.txt

运行烧瓶应用程序,例如:

cd github_timeline_rss
FLASK_APP=rss.py flask run

测试:

http://127.0.0.1:5000/narfman0

应该显示github中narfman0活动的rss提要!

cli

命令行界面可用于将时间线转储到stdout:

github_timeline_rss narfman0

或者它可以指向带有–file

的文件
github_timeline_rss narfman0 --file narfman0.atom

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

推荐PyPI第三方库


热门话题
java Hibernate会话/模板返回null   java Bluetooth无法连接到OBD2   smartGWT中的行分隔符的java等价物?   java如何删除可执行路径错误   java使用ICE Tar库对大文件进行Tar   java Spring Boot/JavaFX:添加一个仍然可以访问JPA的关机挂钩(ctrlc)   使用输入流读取java属性文件   如何在Java中迭代HashSet元素时覆盖该元素   内容类型中的javascript set charset=“utf8”   使用cassandra触发器的java   用户界面什么是适合我的GUI(JAVA)的update()方法   Java实例控制   java前置摄像头无法在不同设备上工作   java方法组织。postgresql。jdbc。连接。createClob()尚未实现