mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 04:01:06 -05:00
5868061d4566e36488a0ff5dfe4ca855295471d5
http://greptweet.com
- Uses HTML offline feature
- Aims to suck less by keeping lines of code low
- Encourage folks to use
fetch-tweets.shthemselves and get into shell ;) - Dependencies: PHP, curl
- Look and feel by http://twitter.github.com/bootstrap
- Please review and comment on the code!
Known limitations
- API only allows 3200 tweets to be downloaded this way :(
- 300 API limit using Application only Auth bearer token
- 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
Languages
PHP
42%
JavaScript
21.8%
Shell
16.8%
HTML
6.6%
Dockerfile
5%
Other
7.8%
