X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/b2f1cdf72ffcd59a01dabb97273d233c6b5cbb25..796f27572846c0276d2867f8f0ded8cd462f3af9:/README diff --git a/README b/README index 925bb28..0ebe37c 100644 --- a/README +++ b/README @@ -28,6 +28,10 @@ Tweeper can be used via web or as a command line program, for example as a filter in your feed reader, by passing the URL of the user's public timeline as the first argument. +Tweeper can easily scrape sites other than Twitter, it is just a matter of +writing an xsl stylesheet for the transformation; an example for pump.io +activity stream is provided in rss_converter_pump.io.xsl + Example of use on the command line: $ php tweeper.php http://twitter.com/NSACareers @@ -36,6 +40,10 @@ Example of use as a Liferea[2] filter: $ liferea-add-feed "|php .../path_to_tweeper/tweeper.php http://twitter.com/NSAcareers" +Example of use with identi.ca: + + $ liferea-add-feed "|php .../path_to_tweeper/tweeper.php http://identi.ca/evan" + [2] http://lzone.de/liferea/ Tweeper is licensed under the GPLv3.