diff --git a/README.markdown b/README.markdown index c0230da..3856643 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,27 @@ # +* Authentication free, using -https://dev.twitter.com/discussions/3414 +# Known issues +* API only allows 3200 tweets to be downloaded this way :(( +* 150 API limit on the server ... (so clone it and use it yourself!) +* Won't work on protected accounts (duh!) +* No @mentions or DMs from other accounts +# Twitter can be flaky + +Twitter does not allow the possibility of retrieving more than 3200 tweets. +However twitter generally stalls before coming close to this limit. Please +consider complaining to Twitter about this issue. + +Type your name again up in the box above to update and append any new tweets +to any already existing tweets. + +I did file , which later seemed to be fixed. + +# Shell script feedback on the Web is unsolved :( + + + +Could do with some help here to make shell scripts show nicely, like `tail` in a console. diff --git a/index.shtml b/index.shtml index bc750e3..ccdf69c 100644 --- a/index.shtml +++ b/index.shtml @@ -61,25 +61,7 @@ T("#users").hovercards({ linkify: false }); }); -

Twitter limited

- -

Twitter does not allow the possibility of retrieving more than 3200 tweets. -However twitter generally stalls before coming close to this limit. Please -consider complaining to Twitter about this issue.

- -

Type your name again up in the box above to update and append any new tweets -to any already existing tweets.

- -

Please be patient for - results to appear

- - - +

Please contribute to the public domain source on Github!