mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-23 13:31:05 -05:00
Switch create.cgi to output HTML instead of text to allow for better feedback
This commit is contained in:
@@ -12,7 +12,13 @@
|
||||
* Won't work on protected accounts (duh!)
|
||||
* No @mentions or DMs from other accounts
|
||||
|
||||
# Twitter can be flaky
|
||||
## Fetching already!
|
||||
|
||||
Closing a tab whilst creating an account,
|
||||
<http://greptweet/create.cgi?id=example>, can cause issues. Need to study
|
||||
<http://mywiki.wooledge.org/ProcessManagement>.
|
||||
|
||||
## 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
|
||||
@@ -23,8 +29,6 @@ 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 :(
|
||||
# Shell script feedback (progressive loading) on the Web is solved by outputing more than one should
|
||||
|
||||
<http://stackoverflow.com/questions/3547488>
|
||||
|
||||
Could do with some help here to make shell scripts show nicely, like `tail` in a console.
|
||||
|
||||
Reference in New Issue
Block a user