Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update to 5.36 | Gianni Ceccarelli | 2023-02-22 |
| | |||
* | get the full text of tweets! | dakkar | 2018-07-03 |
| | | | | | | | | https://developer.twitter.com/en/docs/tweets/tweet-updates shows that you can get the full text by passing `tweet_mode=extended` in the request; instead of getting the `extended_tweet`, you'll get the same shape as with normal tweets, but the text will be in `full_text` (not in `text`) | ||
* | store friends / followers | dakkar | 2017-04-22 |
| | |||
* | store tweets in postgres | dakkar | 2017-04-22 |