What does HackerNews think of nitter?

Alternative Twitter front-end

Language: Nim

#1 in Nim
#2 in Twitter
https://github.com/zedeus/nitter/

I think it uses the same functionality as the guest account feature in the Android app as of now.

Also, you can host your own private nitter instance and follow accounts using rss.

https://github.com/zedeus/nitter

Nitter (Twitter frontend) is written in Nim: https://github.com/zedeus/nitter/
My private instance still works great. It's pretty easy to run your own: https://codeberg.org/teddit/teddit

My private Nitter instance is also working again after the latest set of changes: https://github.com/zedeus/nitter

Try nitter.net:

"Nitter is a free and open source alternative Twitter front-end focused on privacy and performance. The source is available on GitHub at https://github.com/zedeus/nitter"

No need to sign-in to view Twitter.

Instances: https://github.com/zedeus/nitter/wiki/Instances

Not necessarily. There are so many ways to obfuscate it and generally public facing graphql endpoints have introspection and all of those convenience features disabled.

To add, Twitter's backend has a bunch of layers on top of it. I did a bit of reverse engineering for my blog article on scraping Twitter [1] and there's a bit of magic token/header generation involved.

Good resource if you'd like to learn more about how the whole backend works is Nitter [2] which implements most graphql functions in Nim (it's very readable even if you don't know Nim).

1 - https://scrapfly.io/blog/how-to-scrape-twitter/#scraping-pro...

2 - https://github.com/zedeus/nitter

Does Nitter use the API?

> Uses Twitter's unofficial API (no rate limits or developer account required)[0]

Not sure what that means

0. https://github.com/zedeus/nitter

Nitter[0][1] (which does not use the official API) still works.

[0] https://github.com/zedeus/nitter

[1] https://github.com/zedeus/nitter/wiki/Instances

Just replace 'twitter.com' with 'nitter.net' in URL. Nitter is Twitter alternative frontend. [1]

[1] https://github.com/zedeus/nitter

I've paid and used Kagi for about six months. I used DDG for a while, but I found myself putting !g after every query (especially when looking for answers relating to programming). With Kagi I very, very rarely need to use Google.

It has some nice features, like lenses, URL rewriting, and the ability to bump sites to the top.

I have a lens for programming. It shows only certain sites, like GitHub and Stack Exchange, and I enable it when appropriate.

For URL rewriting, I have Kagi set to rewrite URLs from Twitter and Reddit to my own self-hosted instances of Nitter [0] and Teddit [1], so that when I open a Kagi result that would've gone to twitter.com, it goes to nitter.mydomain.com, which lets me use Twitter without an account.

Lastly, I use the site bumping feature to move Wikipedia results to the top.

[0]: https://github.com/zedeus/nitter

[1]: https://github.com/teddit-net/teddit

A well-known and nice app that is build with Nim is Nitter (https://github.com/zedeus/nitter), a free and open source alternative Twitter front-end focused on privacy and performance.
For those who don't know: Nitter is an alternative self-hosted Twitter client.

One public instance: https://nitter.kavin.rocks/

Github repository: https://github.com/zedeus/nitter