Skip to content

Commit

Permalink
Added instructions in the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeline committed Aug 20, 2013
1 parent 544317a commit 0749cda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0749cda

Please sign in to comment.