nitter/src/routes
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
..
debug.nim Add more info to /.tokens endpoint 2022-01-06 00:42:18 +01:00
embed.nim emit body and doctype on iframe embed endpoint (#640) 2022-06-16 18:46:41 +02:00
list.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
media.nim Use the correct format string for fetching files from twitter. 2022-02-08 14:50:56 -05:00
preferences.nim Reimplement titleize without regex 2022-01-10 16:18:10 +01:00
resolver.nim Add license headers 2021-12-27 02:37:38 +01:00
router_utils.nim changed code to be not shit 2022-01-14 19:01:47 +02:00
rss.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
search.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
status.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
timeline.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
unsupported.nim Render markdown files with a tool 2022-01-09 23:35:56 +01:00