dbd5f2e4024784e63e28b38bd0b7774588e38d16
[tweeper.git] / debian / control
1 Source: tweeper
2 Section: php
3 Priority: optional
4 Maintainer: Antonio Ospite <ao2@ao2.it>
5 Build-Depends: debhelper (>= 9), pkg-php-tools (>= 1.7~)
6 Build-Depends-Indep: asciidoc, xmlto
7 Standards-Version: 4.0.0
8 Homepage: https://git.ao2.it/tweeper.git
9 Vcs-Git: https://git.ao2.it/tweeper.git -b debian
10 Vcs-Browser: https://git.ao2.it/tweeper.git
11
12 Package: tweeper
13 Architecture: all
14 Depends: ${misc:Depends},  ${phpcomposer:Debian-require}
15 Suggests: libapache2-mod-php | php-cgi
16 Description: web scraper to convert supported websites (e.g. Twitter.com) to RSS
17  tweeper is a web scraper which can be used to conveniently follow the
18  public activity of social network users without the need to log in or even be
19  subscribed to the social network; tweeper converts the public information to
20  RSS so that it can be accessed and collected by a feed reader.
21  .
22  tweeper started as the TWitter fEEd scraPER but support for other web sites
23  has been added.
24  .
25  The sites that tweeper is able to scrape and convert to RSS are:
26  .
27   * Twitter.com
28   * Pump.io based websites, like Identi.ca
29   * Dilbert.com
30   * Howtoons.com
31   * Instagram.com
32   * Facebook.com (public pages)
33  .
34  tweeper can be used as:
35  .
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.