Files
greptweet/README.md
2013-07-14 21:07:05 +08:00

1.1 KiB

http://greptweet.com

Greptweet

Known limitations

  • API only allows 3200 tweets to be downloaded this way :(
  • 300 API limit using Application only Auth bearer token
  • Won't work on protected accounts (duh!)
  • No @mentions or DMs from other accounts

API

Fetch your tweets manually by accessing the URL:

http://greptweet.com/f/TWITTER_USERNAME

Last 4 tweets:

curl -s http://greptweet/u/webconverger/tweets.txt | head -n4