Commit graph

16 commits

Author SHA1 Message Date
Gabriel Simmer ab48e58851
Add readOnly mode
readOnly mode prevents Nitter from reaching out to Twitter when
something isn't found in the cache, allowing one to safely expose a
Nitter depoyment to the internet without getting accounts
flagged. This relies on a second, private Nitter instance to do the
actual loading/caching of data, which should *not* be exposed to the
wider internet. As long as both instances use the same Redis instance,
everything will just work.
2024-03-26 09:24:00 +00:00
PrivacyDev 7d846ed759 Merge remote-tracking branch 'upstream/guest_accounts' 2023-12-07 11:53:06 -05:00
Zed 4120558649 Replace /.tokens with /.health and /.accounts 2023-10-31 12:04:32 +00:00
PrivacyDev 12f2e16c81 Merge branch 'master' of https://github.com/zedeus/nitter into graphql 2023-04-21 17:43:18 -04:00
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
PrivacyDev d5689f2253 added login-based workaround to view NSFW content 2023-04-08 10:33:49 -04:00
PrivacyDev 7d2a558e89 added favorites endpoint and added likes tab to profile pages 2023-04-04 23:55:01 -04:00
Peter Dave Hello 54cc790bdb
Remove Instagram -> Bibliogram replacement as it's discontinued (#772)
Close #761

Reference: https://cadence.moe/blog/2022-09-01-discontinuing-bibliogram
2023-02-26 00:39:08 +01:00
Kavin 6272297d64
Update hostname for piped (#728) 2022-11-19 02:47:29 +00:00
TheFrenchGhosty 4761163c7a Edit the example to reflect the changes 2022-01-23 16:24:40 +01:00
Zed 18cf95ed77 Add enableDebug config to turn on logs 2022-01-05 19:20:01 +01:00
jackyzy823 6aa913ad62 Add http proxy config 2021-12-28 07:49:49 +01:00
Zed 0a8fd2fce2 Improve enableRSS logic 2021-12-28 06:21:22 +01:00
Zed 9b202e414b Merge branch 'config-rss-toggle' 2021-12-28 06:18:21 +01:00
Zed 2a2e9625e1 Minor config fix 2021-12-28 06:04:34 +01:00
Zed 9eb7532bfa Untrack nitter.conf, add nitter.example.conf
Closes #324
2021-12-27 03:13:59 +01:00
Renamed from nitter.conf (Browse further)