Tidy fetch URL

This commit is contained in:
Kai Hendry
2012-08-10 17:46:15 +02:00
parent 3a5bfc5f6a
commit 9594228dd4
3 changed files with 13 additions and 2 deletions

View File

@@ -17,9 +17,18 @@
* 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
# TODO
* Redesign [client to be offline first](http://natalian.org/archives/2012/07/16/navigator.onLine/)
* Nail these [bugs](https://github.com/kaihendry/Greptweet/issues?state=open)
# Shell script feedback on the Web works by disabling Apache's mod_deflate !