4 Maintainer: Antonio Ospite <ospite@studenti.unina.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
15 Description: web scraper to convert a Twitter timeline to an RSS feed
16 tweeper is a web scraper which extracts the most recent public tweets of
17 a given user from their home page on Twitter.com and formats them in RSS, so
18 the information can be conveniently accessed and collected by a feed reader.
20 tweeper started as the TWitter fEEd scraPER but support for other web sites
23 The sites that tweeper is able to scrape and convert to RSS are:
26 * Pump.io based websites, like Identi.ca
29 tweeper can be used as:
31 1. a command line tool;
32 2. as a filter for feed readers;
33 3. as a web based tool when PHP support is available in the web server.