Commit Graph

17 Commits

Author SHA1 Message Date
Tony c06353f580
fix(route): fix twitter error condition (#13943) 2023-12-03 23:54:49 +08:00
DIYgod b2aeb037fb
feat: compatible with old twitter caches 2023-11-29 22:55:11 +08:00
DIYgod 673a2259ce
feat: remove outdated test case 2023-11-29 21:57:13 +08:00
DIYgod 9032153c7d
feat: bring back twitter routes 2023-11-29 21:50:26 +08:00
Rongrong c5feec07f3
fix(route/twitter/user): missing all replies (#12912)
Signed-off-by: Rongrong <i@rong.moe>
2023-07-30 04:51:31 +08:00
Rongrong 2f9e7fa671
fix(route/twitter/user): missing latest tweets (#12870)
* fix(route/twitter/user): missing latest tweets

Signed-off-by: Rongrong <i@rong.moe>

* Update lib/v2/twitter/web-api/twitter-api.js

---------

Signed-off-by: Rongrong <i@rong.moe>
2023-07-25 23:47:38 +08:00
Rongrong 20514ece1e
fix(route/twitter): mixed media incomplete (#12863) 2023-07-24 03:16:57 +01:00
DIYgod 48626a813f
fix: twitter keyword 2023-07-23 14:31:30 +01:00
Rongrong c771fbd3cd
feat(route/twitter): use unique ID in some routes (#12759)
Signed-off-by: Rongrong <i@rong.moe>
2023-07-06 00:06:48 +08:00
Rongrong 7e45fe12e9
fix(route/twitter): Web API authentication (#12754) 2023-07-04 18:24:09 +01:00
github-actions[bot] 3888e6781c style: auto format 2023-05-01 20:34:18 +00:00
Alex Liu 334485899c
feat(route): add tweet details for twitter (#12412)
* feat(route): add tweet details for twitter

* docs: add english docs

* fix: sort router

---------
2023-05-02 04:31:03 +08:00
Tony 589ddb3a43
refactor(eslint): add back no-return-await (#11877)
* chore: add back no-return-await

* chore: fix action warning

* chore: fix all no-return-await
2023-02-16 04:30:05 +08:00
Rongrong df521a6f2c
fix(route/twitter/web-api): empty rslt not skipped (#11482)
Signed-off-by: Rongrong <i@rong.moe>

Signed-off-by: Rongrong <i@rong.moe>
2022-12-22 00:04:14 +08:00
07a42d4f30
fix(route)(twitter): new bearer to support 18+ tweet (#10870) 2022-09-23 18:01:57 +08:00
Rongrong 31feadcc77
fix(route)(twitter/keyword): wrong mode in web API (#10539)
* fix(route)(twitter/keyword): wrong mode in web API

Signed-off-by: Rongrong <i@rong.moe>

* fix: typo

Signed-off-by: Rongrong <i@rong.moe>
2022-08-19 20:17:19 +08:00
Rongrong df5d3fc918
fix(route)(twitter): quote ignored in web API (#10361)
* fix(route)(twitter): quote ignored in web API

* refactor: migrate to v2

Signed-off-by: Rongrong <i@rong.moe>
2022-08-01 20:25:32 +08:00