4 Maintainer: Antonio Ospite <ao2@ao2.it>
 
   5 Build-Depends: debhelper (>= 11), pkg-php-tools (>= 1.7~)
 
   6 Build-Depends-Indep: asciidoc, xmlto
 
   7 Standards-Version: 4.2.1
 
   8 Homepage: https://git.ao2.it/tweeper.git
 
   9 Vcs-Git: https://git.ao2.it/tweeper.git -b debian/master
 
  10 Vcs-Browser: https://git.ao2.it/tweeper.git
 
  14 Depends: ${misc:Depends},  ${phpcomposer:Debian-require}
 
  15 Suggests: libapache2-mod-php | php-cgi
 
  16 Description: web scraper to convert supported websites like 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.
 
  22  tweeper started as the TWitter fEEd scraPER but support for other web sites
 
  25  The sites that tweeper is able to scrape and convert to RSS are:
 
  28   * Pump.io based websites, like Identi.ca
 
  31   * Facebook.com (public pages)
 
  33  tweeper can be used as:
 
  35   1. a command line tool;
 
  36   2. a filter for feed readers;
 
  37   3. a web based tool when used with a PHP-enabled web server.