nitter/src
Zed 1ac389e7c7
GraphQL timeline (#812)
* Update deps

* Replace profile timeline with GraphQL endpoint

* Update GraphQL endpoint versions

* Use GraphQL for profile media tab

* Fix UserByRestId request

* Improve routing, fixes #814

* Fix token pool JSON

* Deduplicate GraphQL timeline endpoints

* Update list endpoints

* Use GraphQL for list tweets

* Remove debug leftover

* Replace old pinned tweet endpoint with GraphQL

* Validate tweet ID

* Minor token handling fix

* Hide US-only commerce cards

* Update config example

* Remove http pool and gzip from token pool

* Support tombstoned tweets in threads

* Retry GraphQL timeout errors

* Remove unnecessary 401 retry

* Remove broken timeout retry

* Update karax, use new bool attribute feature

* Update card test

* Fix odd edgecase with broken retweets

* Replace search endpoints, switch Bearer token

* Only parse user search if it's a list

* Fix quoted tweet crash

* Fix empty search query handling

* Fix invalid user search errors again
2023-04-21 14:41:30 +02:00
..
experimental GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
routes GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
sass Linting 2022-11-27 16:20:53 +01:00
views GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
api.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
apiutils.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
config.nim Add enableDebug config to turn on logs 2022-01-05 19:20:01 +01:00
consts.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
formatters.nim Remove Instagram -> Bibliogram replacement as it's discontinued (#772) 2023-02-26 00:39:08 +01:00
http_pool.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
nitter.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
parser.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
parserutils.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
prefs.nim More cleanup 2022-01-02 11:21:03 +01:00
prefs_impl.nim Uppercase HLS in preference description 2023-02-26 00:43:42 +01:00
query.nim Use strformat more 2022-06-04 02:18:26 +02:00
redis_cache.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
tokens.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
types.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
utils.nim Add new endpoint for original resolution images 2022-02-07 16:21:20 -05:00