Skip to content

Instantly share code, notes, and snippets.

@marcel
Created October 8, 2009 05:57
Show Gist options
  • Save marcel/204793 to your computer and use it in GitHub Desktop.
Save marcel/204793 to your computer and use it in GitHub Desktop.
curl -u USER:PASSWORD "http://twitter.com/statuses/friends_timeline.xml?count=3"|grep "<id>"
<id>4702392817</id>
<id>734493</id>
<id>4701231820</id>
<id>5768872</id>
<id>4700654729</id>
<id>23006794</id>
curl -u USER:PASSWORD "http://twitter.com/statuses/friends_timeline.xml?count=3&page=5"|grep "<id>"
<id>4695217538</id>
<id>5768872</id>
<id>4694381794</id>
<id>7343762</id>
<id>4694081880</id>
<id>657863</id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment