mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 20:21:05 -05:00
remove garbage from index to README
This commit is contained in:
@@ -1,6 +1,27 @@
|
|||||||
# <http://greptweet.com>
|
# <http://greptweet.com>
|
||||||
|
|
||||||
|
* Authentication free, using <http://dev.twitter.com/doc/get/statuses/user_timeline>
|
||||||
|
|
||||||
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 <https://dev.twitter.com/discussions/3414>, which later seemed to be fixed.
|
||||||
|
|
||||||
|
# Shell script feedback on the Web is unsolved :(
|
||||||
|
|
||||||
|
<http://stackoverflow.com/questions/3547488>
|
||||||
|
|
||||||
|
Could do with some help here to make shell scripts show nicely, like `tail` in a console.
|
||||||
|
|||||||
20
index.shtml
20
index.shtml
@@ -61,25 +61,7 @@ T("#users").hovercards({ linkify: false });
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h3>Twitter limited</h3>
|
<p><a href="https://github.com/kaihendry/Greptweet">Please contribute to the public domain source on Github!</a></p>
|
||||||
|
|
||||||
<p>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.</p>
|
|
||||||
|
|
||||||
<p>Type your name again up in the box above to update and append any new tweets
|
|
||||||
to any already existing tweets.</p>
|
|
||||||
|
|
||||||
<p><a
|
|
||||||
href="http://stackoverflow.com/questions/3547488">Please be patient for
|
|
||||||
results to appear</a></p>
|
|
||||||
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
|
|
||||||
<p><a href="https://github.com/kaihendry/Greptweet">Public domain source</a></p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user