Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cope with rate limitingHEADmaster | dakkar | 2024-11-26 |
| | |||
* | fix fts for notes | dakkar | 2023-09-17 |
| | | | | | in case of renotes without comments, the top-level text is null, so nothing got indexed | ||
* | twitter friends stopped working ages ago | dakkar | 2023-05-23 |
| | |||
* | selectively disable pieces | dakkar | 2023-05-23 |
| | |||
* | only store friend/followers/following if changed | dakkar | 2023-02-24 |
| | |||
* | whitespace | dakkar | 2023-02-24 |
| | |||
* | fix storing misskey_following | dakkar | 2023-02-24 |
| | |||
* | fix following/followers return values | dakkar | 2023-02-24 |
| | |||
* | fix pagination more (for non-timeline) | dakkar | 2023-02-24 |
| | |||
* | 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) | ||
* | config example | Gianni Ceccarelli | 2023-02-22 |
| | |||
* | add missed deps | Gianni Ceccarelli | 2023-02-22 |
| | |||
* | Merge branch 'misskey' | Gianni Ceccarelli | 2023-02-22 |
|\ | |||
| * | 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 |
|/ | |||
* | only print failed responses on error | dakkar | 2021-05-13 |
| | |||
* | 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 |
| | |||
* | print HTTP conversation on errors | 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 |
| | |||
* | add DBD::Pg | dakkar | 2017-04-22 |
| | |||
* | fix typo | dakkar | 2017-04-22 |
| | |||
* | 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 |
| | |||
* | bump API version | dakkar | 2017-04-22 |
| | |||
* | does something | dakkar | 2017-04-22 |