From 5868061d4566e36488a0ff5dfe4ca855295471d5 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Sun, 14 Jul 2013 21:07:05 +0800 Subject: [PATCH] Sanitise README --- README.md | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 6ba018b..e763a8f 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # -Offline Greptweet on Chrome IOS +Greptweet * Uses [HTML offline feature](http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html) * Aims to [suck less](http://suckless.org) by keeping lines of code low * Encourage folks to use `fetch-tweets.sh` themselves and get into shell ;) -* Dependencies: curl, libhtml-parser-perl (to decode HTML entities), xmlstarlet, coreutils, PHP -* Look and feel mostly by +* Dependencies: PHP, curl +* Look and feel by * **Please** review and comment on the code! # Known limitations -* API only allows 3200 tweets to be downloaded this way :(( -* 150 API limit on the server ... (so clone it and use it yourself!) +* API only allows 3200 tweets to be downloaded this way :( +* 300 API limit using [Application only Auth](https://dev.twitter.com/docs/auth/application-only-auth) bearer token * Won't work on protected accounts (duh!) * No @mentions or DMs from other accounts @@ -25,17 +25,3 @@ Fetch your tweets manually by accessing the URL: Last 4 tweets: curl -s http://greptweet/u/webconverger/tweets.txt | head -n4 - -# TODO - -* Nail these [bugs](https://github.com/kaihendry/Greptweet/issues?state=open) - -# Shell script feedback on the Web works by disabling Apache's mod_deflate ! - - - -There is a problem whereby if the page is killed whilst fetching, the lock isn't cleared then and there because `trap` does not seem to work. - -Make sure your httpd does utf8 all the time: - - AddDefaultCharset utf-8