From 0749cda21e0d92c31c70673a70510dfce584ca2c Mon Sep 17 00:00:00 2001 From: pixeline Date: Tue, 20 Aug 2013 22:32:21 +0200 Subject: [PATCH] Added instructions in the readme file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f1b5191..f0a9cce 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ To subscribe to a user's list, simply add the list_name parameter: http://[server_name]/twitter_json_to_rss.php?screen_name=[user_name]&list_name=[list_name] +To subscribe to a hashtag feed, use a "q" parameter: + +http://[server_name]/twitter_json_to_rss.php?q=[searchstring] +Note: if you want to specify a hashtag, url-encode it (= %23 instead of #). For instance, to search on a "#design" hashtag, the searchstring is "%23design". + For example, you can try one of the Twitter lists that I subscribe to: http://thomasyung.com/twitter_json_to_rss.php?screen_name=thomasyung&list_name=mobiledev