4 Maintainer: Antonio Ospite <ao2@ao2.it>
5 Build-Depends: debhelper-compat (= 13), pkg-php-tools
6 Build-Depends-Indep: asciidoc, xmlto
7 Rules-Requires-Root: no
8 Standards-Version: 4.5.0
9 Homepage: https://git.ao2.it/tweeper.git
10 Vcs-Git: https://git.ao2.it/tweeper.git -b debian/master
11 Vcs-Browser: https://git.ao2.it/tweeper.git
15 Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
16 Suggests: libapache2-mod-php | php-cgi
17 Description: web scraper to convert supported websites like Twitter.com to RSS
18 tweeper is a web scraper which can be used to conveniently follow the
19 public activity of social network users without the need to log in or even be
20 subscribed to the social network; tweeper converts the public information to
21 RSS so that it can be accessed and collected by a feed reader.
23 tweeper started as the TWitter fEEd scraPER but support for other web sites
26 The sites that tweeper is able to scrape and convert to RSS are:
29 * Pump.io based websites, like Identi.ca
32 * Facebook.com (public pages)
34 tweeper can be used as:
36 1. a command line tool;
37 2. a filter for feed readers;
38 3. a web based tool when used with a PHP-enabled web server.