Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix pagination of Misskey responses | dakkar | 2023-02-24 |
| | | | | | | | | Misskey API, with `sinceId`, pages by `id ASC`, not descending as I thought. Also, allow using callbacks for paginated queries instead of accumulating all results (much nicer for the initial db filling) | ||
* | store misskey notes & people | Gianni Ceccarelli | 2023-02-22 |
| | |||
* | misskey clientmisskey | Gianni Ceccarelli | 2023-02-22 |
| | |||
* | 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 |
| | |||
* | optional tracing role for twitter client | dakkar | 2017-04-22 |
| | |||
* | store friends / followers | dakkar | 2017-04-22 |
| | |||
* | store tweets in postgres | dakkar | 2017-04-22 |