Skip to content

Instantly share code, notes, and snippets.

@funkatron
Created September 13, 2010 13:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save funkatron/577273 to your computer and use it in GitHub Desktop.
Save funkatron/577273 to your computer and use it in GitHub Desktop.
coj@revolverocelot ~ > curl -u myusername http://api.twitter.com/1/account/rate_limit_status.json?source=twitterandroid
Enter host password for user 'myusername':
{"hourly_limit":20000,"reset_time_in_seconds":1284388122,"reset_time":"Mon Sep 13 14:28:42 +0000 2010","remaining_hits":19994}
Mon Sep 13 09:29:07 EDT 2010
coj@revolverocelot ~ > curl -u myusername http://api.twitter.com/1/account/rate_limit_status.json?
Enter host password for user 'myusername':
{"remaining_hits":0,"hourly_limit":0,"reset_time":"Mon Sep 13 14:28:42 +0000 2010","reset_time_in_seconds":1284388122}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment