Compare commits
2 Commits
c674ccc2d4
...
f1b1db2905
Author | SHA1 | Date | |
---|---|---|---|
f1b1db2905 | |||
25ce5f0809 |
23
Nitter.md
Normal file
23
Nitter.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Nitter
|
||||
description:
|
||||
published: true
|
||||
date: 2024-11-04T08:20:17.523Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-11-04T08:20:17.523Z
|
||||
---
|
||||
|
||||
Nitter is a privacy frontend for twitter.
|
||||
|
||||
After the recent API changes done after the Elon takeover, we had to resort to the usage of dummy puppet accounts.
|
||||
|
||||
Due to this, we have limited number of requests we can take before ratelimiting, and therefore have decided to make the instance limited to donators and admins.
|
||||
|
||||
To enforce this, we use basicauth using username and password combination.
|
||||
|
||||
If you are a donator, you can reach out to us via [any of our contact methods](https://projectsegfau.lt/contact), to get access to the Nitter instance.
|
||||
|
||||
Once you have access, you can access the nitter instance through https://nitter.projectsegfau.lt or https://n.psf.lt (for the shortened URL).
|
||||
|
||||
If you don't want to enter the credentials multiple times (especially in the case of a privacy redirector like Libredirect), you can use the following URL: https://username:password@nitter.projectsegfau.lt
|
@ -2,7 +2,7 @@
|
||||
title: Welcome to the Project Segfault Wiki!
|
||||
description: Here, you can find documentation about our services, infrastructure and more!
|
||||
published: true
|
||||
date: 2024-09-29T10:12:19.177Z
|
||||
date: 2024-11-04T08:20:41.701Z
|
||||
tags:
|
||||
editor: ckeditor
|
||||
dateCreated: 2024-06-23T14:13:34.431Z
|
||||
@ -24,6 +24,10 @@ dateCreated: 2024-06-23T14:13:34.431Z
|
||||
<ul>
|
||||
<li><a href="XMPP">XMPP</a></li>
|
||||
<li>Mail</li>
|
||||
<li>Simplelogin</li>
|
||||
<li><a href="/en/Mirrors">Mirrors</a></li>
|
||||
<li><a href="/en/Nitter">Nitter</a></li>
|
||||
<li>YouTube Front-ends</li>
|
||||
</ul>
|
||||
<h3>Deprecated Servers / Services</h3>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user