4 Maintainer: Antonio Ospite <ao2@ao2.it>
5 Build-Depends: debhelper (>= 9)
6 Build-Depends-Indep: asciidoc, xmlto
7 Standards-Version: 3.9.5
8 Homepage: http://git.ao2.it/tweeper.git
9 Vcs-Git: git://git.ao2.it/tweeper.git -b debian
10 Vcs-Browser: http://git.ao2.it/tweeper.git
14 Depends: ${misc:Depends}, php5-cli, php5-curl, php5-xsl
15 Suggests: libapache2-mod-php5 | php5-cgi
16 Description: web scraper to convert a Twitter timeline to an RSS feed
17 tweeper is a web scraper which extracts the most recent public tweets of
18 a given user from their home page on Twitter.com and formats them in RSS, so
19 the information can be conveniently accessed and collected by a feed reader.
21 tweeper started as the TWitter fEEd scraPER but support for other web sites
24 The sites that tweeper is able to scrape and convert to RSS are:
27 * Pump.io based websites, like Identi.ca
30 tweeper can be used as:
32 1. a command line tool;
33 2. a filter for feed readers;
34 3. a web based tool when PHP support is available in the web server.