From b2f1cdf72ffcd59a01dabb97273d233c6b5cbb25 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 27 Jul 2013 16:36:36 +0200 Subject: [PATCH] Update the documentation to use URLs as arguments This change of behaviour of the interface makes the implementation of multi-site support a lot easier. --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 870a210..925bb28 100644 --- a/README +++ b/README @@ -25,16 +25,16 @@ 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. 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" [2] http://lzone.de/liferea/ -- 2.1.4