X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/2e7583665208a9ca40d3d0fc7a481178084e2870..17d9dd7e9ec891d0e85e60f1d59c299aecf7581d:/README diff --git a/README b/README index 870a210..f9d45a9 100644 --- a/README +++ b/README @@ -25,16 +25,24 @@ whom you are friend to. [1] http://www.urbandictionary.com/define.php?term=TWEEPER&defid=3743173 Tweeper can be used via web or as a command line program, for example as -a filter in your feed reader, by passing the user's "screen name" (without the -'@') as the first argument. +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 tweeter, 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 NSACareers + $ php tweeper.php http://twitter.com/NSACareers Example of use as a Liferea[2] filter: - $ liferea-add-feed "|php .../path_to_tweeper/tweeper.php NSAcareers" + $ 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/