X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/c90734a4a74dee6ad5407352c6f1fd67eb699035..cae7ab037ec1bf3f9dff279912fe2ed83f86c9c4:/README diff --git a/README b/README index 808dd89..7d47e8e 100644 --- a/README +++ b/README @@ -3,9 +3,10 @@ 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. -Since Jun 11th 2013 Twitter.com retired their API v1.0, so it's not possible -to access a user timeline via RSS anymore, and it's also become mandatory to -authenticate via OAuth to access this _public_ information in JSON format: +Since Jun 11th 2013, when Twitter.com retired their API v1.0, it has not been +possible anymore to access a user timeline via RSS, and it has also become +mandatory to authenticate via OAuth to access this _public_ information in the +JSON format: https://dev.twitter.com/discussions/16289 https://dev.twitter.com/discussions/11564 @@ -34,7 +35,6 @@ The currently supported sites are: * Twitter.com * Pump.io based websites, like Identi.ca * Dilbert.com - * Howtoons.com * Instagram.com * Facebook.com (public pages) @@ -44,11 +44,11 @@ as the first argument. Example of use on the command line: - $ php tweeper.php http://twitter.com/NSACareers + $ php tweeper.php https://twitter.com/NSACareers Example of use as a Liferea[2] filter: - $ liferea-add-feed "|php .../path_to_tweeper/tweeper.php http://twitter.com/NSAcareers" + $ liferea-add-feed "|php .../path_to_tweeper/tweeper.php https://twitter.com/NSAcareers" Example of use with identi.ca: @@ -57,4 +57,4 @@ Example of use with identi.ca: [2] http://lzone.de/liferea/ Tweeper is licensed under the GPLv3. -Tweeper was written by Antonio Ospite http://ao2.it +Tweeper was written by Antonio Ospite https://ao2.it