mirror of
https://github.com/zedeus/nitter.git
synced 2025-03-04 01:51:12 +00:00
Update README, added an important note
This commit is contained in:
parent
4d5091947c
commit
a3d341e7a6
2 changed files with 57 additions and 44 deletions
57
README.md
57
README.md
|
@ -4,27 +4,35 @@
|
||||||
[](https://github.com/zedeus/nitter/actions/workflows/build-docker.yml)
|
[](https://github.com/zedeus/nitter/actions/workflows/build-docker.yml)
|
||||||
[](#license)
|
[](#license)
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Running a Nitter instance now requires real accounts, since Twitter removed the previous methods. \
|
||||||
|
> This does not affect users. \
|
||||||
|
> For instructions on how to obtain session tokens, see [Creating session tokens](https://github.com/zedeus/nitter/wiki/Creating-session-tokens).
|
||||||
|
|
||||||
A free and open source alternative Twitter front-end focused on privacy and
|
A free and open source alternative Twitter front-end focused on privacy and
|
||||||
performance. \
|
performance. \
|
||||||
Inspired by the [Invidious](https://github.com/iv-org/invidious)
|
Inspired by the [Invidious](https://github.com/iv-org/invidious) project.
|
||||||
project.
|
|
||||||
|
|
||||||
- No JavaScript or ads
|
- No JavaScript or ads
|
||||||
- All requests go through the backend, client never talks to Twitter
|
- All requests go through the backend, client never talks to Twitter
|
||||||
- Prevents Twitter from tracking your IP or JavaScript fingerprint
|
- Prevents Twitter from tracking your IP or JavaScript fingerprint
|
||||||
- Uses Twitter's unofficial API (no rate limits or developer account required)
|
- Uses Twitter's unofficial API (no developer account required)
|
||||||
- Lightweight (for [@nim_lang](https://nitter.net/nim_lang), 60KB vs 784KB from twitter.com)
|
- Lightweight (for [@nim_lang](https://nitter.net/nim_lang), 60KB vs 784KB from twitter.com)
|
||||||
- RSS feeds
|
- RSS feeds
|
||||||
- Themes
|
- Themes
|
||||||
- Mobile support (responsive design)
|
- Mobile support (responsive design)
|
||||||
- AGPLv3 licensed, no proprietary instances permitted
|
- AGPLv3 licensed, no proprietary instances permitted
|
||||||
|
|
||||||
Liberapay: https://liberapay.com/zedeus \
|
<details>
|
||||||
Patreon: https://patreon.com/nitter \
|
<summary>Donations</summary>
|
||||||
BTC: bc1qp7q4qz0fgfvftm5hwz3vy284nue6jedt44kxya \
|
Liberapay: https://liberapay.com/zedeus<br>
|
||||||
ETH: 0x66d84bc3fd031b62857ad18c62f1ba072b011925 \
|
Patreon: https://patreon.com/nitter<br>
|
||||||
LTC: ltc1qhsz5nxw6jw9rdtw9qssjeq2h8hqk2f85rdgpkr \
|
BTC: bc1qpqpzjkcpgluhzf7x9yqe7jfe8gpfm5v08mdr55<br>
|
||||||
XMR: 42hKayRoEAw4D6G6t8mQHPJHQcXqofjFuVfavqKeNMNUZfeJLJAcNU19i1bGdDvcdN6romiSscWGWJCczFLe9RFhM3d1zpL
|
ETH: 0x24a0DB59A923B588c7A5EBd0dBDFDD1bCe9c4460<br>
|
||||||
|
XMR: 42hKayRoEAw4D6G6t8mQHPJHQcXqofjFuVfavqKeNMNUZfeJLJAcNU19i1bGdDvcdN6romiSscWGWJCczFLe9RFhM3d1zpL<br>
|
||||||
|
SOL: ANsyGNXFo6osuFwr1YnUqif2RdoYRhc27WdyQNmmETSW<br>
|
||||||
|
ZEC: u1vndfqtzyy6qkzhkapxelel7ams38wmfeccu3fdpy2wkuc4erxyjm8ncjhnyg747x6t0kf0faqhh2hxyplgaum08d2wnj4n7cyu9s6zhxkqw2aef4hgd4s6vh5hpqvfken98rg80kgtgn64ff70djy7s8f839z00hwhuzlcggvefhdlyszkvwy3c7yw623vw3rvar6q6evd3xcvveypt
|
||||||
|
</details>
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
|
@ -42,12 +50,13 @@ maintained by the community.
|
||||||
|
|
||||||
## Why?
|
## Why?
|
||||||
|
|
||||||
It's impossible to use Twitter without JavaScript enabled. For privacy-minded
|
It's impossible to use Twitter without JavaScript enabled, and as of 2024 you
|
||||||
folks, preventing JavaScript analytics and IP-based tracking is important, but
|
need to sign up. For privacy-minded folks, preventing JavaScript analytics and
|
||||||
apart from using a VPN and uBlock/uMatrix, it's impossible. Despite being behind
|
IP-based tracking is important, but apart from using a VPN and uBlock/uMatrix,
|
||||||
a VPN and using heavy-duty adblockers, you can get accurately tracked with your
|
it's impossible. Despite being behind a VPN and using heavy-duty adblockers,
|
||||||
[browser's fingerprint](https://restoreprivacy.com/browser-fingerprinting/),
|
you can get accurately tracked with your [browser's
|
||||||
[no JavaScript required](https://noscriptfingerprint.com/). This all became
|
fingerprint](https://restoreprivacy.com/browser-fingerprinting/), [no
|
||||||
|
JavaScript required](https://noscriptfingerprint.com/). This all became
|
||||||
particularly important after Twitter [removed the
|
particularly important after Twitter [removed the
|
||||||
ability](https://www.eff.org/deeplinks/2020/04/twitter-removes-privacy-option-and-shows-why-we-need-strong-privacy-laws)
|
ability](https://www.eff.org/deeplinks/2020/04/twitter-removes-privacy-option-and-shows-why-we-need-strong-privacy-laws)
|
||||||
for users to control whether their data gets sent to advertisers.
|
for users to control whether their data gets sent to advertisers.
|
||||||
|
@ -71,19 +80,21 @@ Twitter account.
|
||||||
|
|
||||||
- libpcre
|
- libpcre
|
||||||
- libsass
|
- libsass
|
||||||
- redis
|
- redis/valkey
|
||||||
|
|
||||||
To compile Nitter you need a Nim installation, see
|
To compile Nitter you need a Nim installation, see
|
||||||
[nim-lang.org](https://nim-lang.org/install.html) for details. It is possible to
|
[nim-lang.org](https://nim-lang.org/install.html) for details. It is possible
|
||||||
install it system-wide or in the user directory you create below.
|
to install it system-wide or in the user directory you create below.
|
||||||
|
|
||||||
To compile the scss files, you need to install `libsass`. On Ubuntu and Debian,
|
To compile the scss files, you need to install `libsass`. On Ubuntu and Debian,
|
||||||
you can use `libsass-dev`.
|
you can use `libsass-dev`.
|
||||||
|
|
||||||
Redis is required for caching and in the future for account info. It should be
|
Redis is required for caching and in the future for account info. As of 2024
|
||||||
available on most distros as `redis` or `redis-server` (Ubuntu/Debian).
|
Redis is no longer open source, so using the fork Valkey is recommended. It
|
||||||
Running it with the default config is fine, Nitter's default config is set to
|
should be available on most distros as `redis` or `redis-server`
|
||||||
use the default Redis port and localhost.
|
(Ubuntu/Debian), or `valkey`/`valkey-server`. Running it with the default
|
||||||
|
config is fine, Nitter's default config is set to use the default port and
|
||||||
|
localhost.
|
||||||
|
|
||||||
Here's how to create a `nitter` user, clone the repo, and build the project
|
Here's how to create a `nitter` user, clone the repo, and build the project
|
||||||
along with the scss and md files.
|
along with the scss and md files.
|
||||||
|
@ -93,7 +104,7 @@ along with the scss and md files.
|
||||||
# su nitter
|
# su nitter
|
||||||
$ git clone https://github.com/zedeus/nitter
|
$ git clone https://github.com/zedeus/nitter
|
||||||
$ cd nitter
|
$ cd nitter
|
||||||
$ nimble build -d:release
|
$ nimble build -d:danger --mm:refc
|
||||||
$ nimble scss
|
$ nimble scss
|
||||||
$ nimble md
|
$ nimble md
|
||||||
$ cp nitter.example.conf nitter.conf
|
$ cp nitter.example.conf nitter.conf
|
||||||
|
|
|
@ -4,15 +4,15 @@ Nitter is a free and open source alternative Twitter front-end focused on
|
||||||
privacy and performance. The source is available on GitHub at
|
privacy and performance. The source is available on GitHub at
|
||||||
<https://github.com/zedeus/nitter>
|
<https://github.com/zedeus/nitter>
|
||||||
|
|
||||||
* No JavaScript or ads
|
- No JavaScript or ads
|
||||||
* All requests go through the backend, client never talks to Twitter
|
- All requests go through the backend, client never talks to Twitter
|
||||||
* Prevents Twitter from tracking your IP or JavaScript fingerprint
|
- Prevents Twitter from tracking your IP or JavaScript fingerprint
|
||||||
* Uses Twitter's unofficial API (no rate limits or developer account required)
|
- Uses Twitter's unofficial API (no developer account required)
|
||||||
* Lightweight (for [@nim_lang](/nim_lang), 60KB vs 784KB from twitter.com)
|
- Lightweight (for [@nim_lang](/nim_lang), 60KB vs 784KB from twitter.com)
|
||||||
* RSS feeds
|
- RSS feeds
|
||||||
* Themes
|
- Themes
|
||||||
* Mobile support (responsive design)
|
- Mobile support (responsive design)
|
||||||
* AGPLv3 licensed, no proprietary instances permitted
|
- AGPLv3 licensed, no proprietary instances permitted
|
||||||
|
|
||||||
Nitter's GitHub wiki contains
|
Nitter's GitHub wiki contains
|
||||||
[instances](https://github.com/zedeus/nitter/wiki/Instances) and
|
[instances](https://github.com/zedeus/nitter/wiki/Instances) and
|
||||||
|
@ -21,12 +21,13 @@ maintained by the community.
|
||||||
|
|
||||||
## Why use Nitter?
|
## Why use Nitter?
|
||||||
|
|
||||||
It's impossible to use Twitter without JavaScript enabled. For privacy-minded
|
It's impossible to use Twitter without JavaScript enabled, and as of 2024 you
|
||||||
folks, preventing JavaScript analytics and IP-based tracking is important, but
|
need to sign up. For privacy-minded folks, preventing JavaScript analytics and
|
||||||
apart from using a VPN and uBlock/uMatrix, it's impossible. Despite being behind
|
IP-based tracking is important, but apart from using a VPN and uBlock/uMatrix,
|
||||||
a VPN and using heavy-duty adblockers, you can get accurately tracked with your
|
it's impossible. Despite being behind a VPN and using heavy-duty adblockers,
|
||||||
[browser's fingerprint](https://restoreprivacy.com/browser-fingerprinting/),
|
you can get accurately tracked with your [browser's
|
||||||
[no JavaScript required](https://noscriptfingerprint.com/). This all became
|
fingerprint](https://restoreprivacy.com/browser-fingerprinting/), [no
|
||||||
|
JavaScript required](https://noscriptfingerprint.com/). This all became
|
||||||
particularly important after Twitter [removed the
|
particularly important after Twitter [removed the
|
||||||
ability](https://www.eff.org/deeplinks/2020/04/twitter-removes-privacy-option-and-shows-why-we-need-strong-privacy-laws)
|
ability](https://www.eff.org/deeplinks/2020/04/twitter-removes-privacy-option-and-shows-why-we-need-strong-privacy-laws)
|
||||||
for users to control whether their data gets sent to advertisers.
|
for users to control whether their data gets sent to advertisers.
|
||||||
|
@ -42,12 +43,13 @@ Twitter account.
|
||||||
|
|
||||||
## Donating
|
## Donating
|
||||||
|
|
||||||
Liberapay: <https://liberapay.com/zedeus> \
|
Liberapay: https://liberapay.com/zedeus \
|
||||||
Patreon: <https://patreon.com/nitter> \
|
Patreon: https://patreon.com/nitter \
|
||||||
BTC: bc1qp7q4qz0fgfvftm5hwz3vy284nue6jedt44kxya \
|
BTC: bc1qpqpzjkcpgluhzf7x9yqe7jfe8gpfm5v08mdr55 \
|
||||||
ETH: 0x66d84bc3fd031b62857ad18c62f1ba072b011925 \
|
ETH: 0x24a0DB59A923B588c7A5EBd0dBDFDD1bCe9c4460 \
|
||||||
LTC: ltc1qhsz5nxw6jw9rdtw9qssjeq2h8hqk2f85rdgpkr \
|
XMR: 42hKayRoEAw4D6G6t8mQHPJHQcXqofjFuVfavqKeNMNUZfeJLJAcNU19i1bGdDvcdN6romiSscWGWJCczFLe9RFhM3d1zpL \
|
||||||
XMR: 42hKayRoEAw4D6G6t8mQHPJHQcXqofjFuVfavqKeNMNUZfeJLJAcNU19i1bGdDvcdN6romiSscWGWJCczFLe9RFhM3d1zpL
|
SOL: ANsyGNXFo6osuFwr1YnUqif2RdoYRhc27WdyQNmmETSW \
|
||||||
|
ZEC: u1vndfqtzyy6qkzhkapxelel7ams38wmfeccu3fdpy2wkuc4erxyjm8ncjhnyg747x6t0kf0faqhh2hxyplgaum08d2wnj4n7cyu9s6zhxkqw2aef4hgd4s6vh5hpqvfken98rg80kgtgn64ff70djy7s8f839z00hwhuzlcggvefhdlyszkvwy3c7yw623vw3rvar6q6evd3xcvveypt
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue