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`) | ||
* | oops | dakkar | 2018-06-29 |
| | |||
* | index the tweets | dakkar | 2018-06-29 |
| | |||
* | giving up, just migrate the current set of people | dakkar | 2017-05-08 |
| | |||
* | maybe faster people migration | dakkar | 2017-05-08 |
| | |||
* | normalise people | dakkar | 2017-05-07 |
| | |||
* | explicit deps | dakkar | 2017-04-22 |
| | |||
* | silence no-create notice from postgres | dakkar | 2017-04-22 |
| | |||
* | store friends / followers | dakkar | 2017-04-22 |
| | |||
* | store tweets in postgres | dakkar | 2017-04-22 |