1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: feed2omb
Section: net
Priority: optional
Maintainer: Raphaƫl Hertzog <hertzog@debian.org>
Build-Depends: debhelper (>= 8~), python (>= 2.6.6-3~)
Standards-Version: 3.9.2
Homepage: http://projects.ciarang.com/p/feed2omb/
Vcs-Git: git://git.debian.org/collab-maint/feed2omb.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/feed2omb.git;a=summary
Package: feed2omb
Architecture: all
Depends: python-configobj, python-feedparser, ${python:Depends}, ${misc:Depends}
Recommends: python-xmpp
Description: Announces new articles in a feed to an open microblogging service
feed2omb is a simple tool that takes input from Atom or RSS feeds and posts
updates to the open microblogging service of your choice.
.
Features:
* Flexible processing of multiple feeds
* Various ways of forming the message from the feed content
* Ability to apply regular expressions to the message - RegEx
* Include links or not
* Support for various URL-shortening services - UrlShortening
* Auto-generation of hashtags from feed categories - HashTags
* Configurable rate limiting - FloodControl
* Support for sending to XMPP as well/instead - XMPP
|