9c31430fea177e4e6a811c4323127202045859c7
[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)
6 Build-Depends-Indep: asciidoc, xmlto
7 Standards-Version: 3.9.8
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}, php-cli, php-curl, php-xml, php-symfony-serializer,
15  php-symfony-property-access
16 Suggests: libapache2-mod-php | php-cgi
17 Description: web scraper to convert supported websites (e.g. 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.
22  .
23  tweeper started as the TWitter fEEd scraPER but support for other web sites
24  has been added.
25  .
26  The sites that tweeper is able to scrape and convert to RSS are:
27  .
28   * Twitter.com
29   * Pump.io based websites, like Identi.ca
30   * Dilbert.com
31   * Howtoons.com
32   * Instagram.com
33   * Facebook.com (public pages)
34  .
35  tweeper can be used as:
36  .
37   1. a command line tool;
38   2. a filter for feed readers;
39   3. a web based tool when used with a PHP-enabled web server.