File: control

package info (click to toggle)
tweeper 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 90
  • sloc: php: 319; sh: 41; makefile: 29
file content (38 lines) | stat: -rw-r--r-- 1,310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: tweeper
Section: php
Priority: optional
Maintainer: Antonio Ospite <ao2@ao2.it>
Build-Depends: debhelper (>= 9), pkg-php-tools (>= 1.7~)
Build-Depends-Indep: asciidoc, xmlto
Standards-Version: 3.9.8
Homepage: https://git.ao2.it/tweeper.git
Vcs-Git: https://git.ao2.it/tweeper.git -b debian
Vcs-Browser: https://git.ao2.it/tweeper.git

Package: tweeper
Architecture: all
Depends: ${misc:Depends},  ${phpcomposer:Debian-require}
Suggests: libapache2-mod-php | php-cgi
Description: web scraper to convert supported websites (e.g. Twitter.com) to RSS
 tweeper is a web scraper which can be used to conveniently follow the
 public activity of social network users without the need to log in or even be
 subscribed to the social network; tweeper converts the public information to
 RSS so that it can be accessed and collected by a feed reader.
 .
 tweeper started as the TWitter fEEd scraPER but support for other web sites
 has been added.
 .
 The sites that tweeper is able to scrape and convert to RSS are:
 .
  * Twitter.com
  * Pump.io based websites, like Identi.ca
  * Dilbert.com
  * Howtoons.com
  * Instagram.com
  * Facebook.com (public pages)
 .
 tweeper can be used as:
 .
  1. a command line tool;
  2. a filter for feed readers;
  3. a web based tool when used with a PHP-enabled web server.