Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zedeus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
zedeus
22d ago
From the letter(s): > X has documentary evidence that you are scraping X Data, circumventing X’s API access controls and rate limits, accessing X using X accounts and session tokens in violation of X’s rules, and republishing X Data to t
2.
▲
by
zedeus
3y ago
Maybe you don't use it very often? For months before the recent chaos it was very reliable. The fact that it's working today is only because I fixed it, Twitter didn't change anything.
3.
▲
by
zedeus
3y ago
It's disabled on nitter.net to reduce load while this new solution is being tested. Check the instance list for updated instances, most of them have RSS enabled: https://github.com/zedeus/nitter/wiki/Ins
4.
▲
by
zedeus
3y ago
Search, which is required for the multi-timeline feature, isn't implemented right now. I have a fix in the works using a legacy endpoint.
5.
▲
by
zedeus
5y ago
Broken link?
6.
▲
by
zedeus
5y ago
I have no idea, maybe "false flag" was too incorrect? You're right, I am.
7.
▲
by
zedeus
5y ago
Any rate limit errors are false flags caused by bugs, they aren't related to load or real rate limits
8.
▲
by
zedeus
5y ago
This isn't actually true, the "Instance has been rate limited" error was a false flag. It turned out to be a bug in the API token parser, found and fixed by a contributor. Nitter instances have yet to run into a real rate lim
9.
▲
by
zedeus
5y ago
The old rate limit errors were false flags caused by a bug in the API token parser. Nitter instances have yet to run into a real rate limit.
10.
▲
by
zedeus
6y ago
Nitter supports lists the same way Twitter does. Example: https://nitter.net/NASA/lists/Astronauts You can sort of create your own too (currently limited to ~25 profiles due to Twitter limitations), like this: ht
11.
▲
by
zedeus
6y ago
Inspired by Twint I created an alternative web client that relies almost entirely on web scraping. The parser is more complete than Twint's due to the different goals, supporting things like polls and videos properly. It's still w
12.
▲
by
zedeus
7y ago
No content gets edited by Nitter except links being expanded and twitter/youtube links getting replaced (unless the user disables that)
13.
▲
by
zedeus
7y ago
It doesn't take much to run Nitter really, the nitter.net instance is currently sitting at 310 MB of memory and the CPU requirements aren't too bad. It's running off my dedicated home server with fairly low specs (i3-8100) tu
14.
▲
by
zedeus
7y ago
Yes there are various themes to pick from if you go to the settings menu, click the cog icon on the top right
15.
▲
by
zedeus
7y ago
It essentially emulates browser requests, "unofficial API" is just a fancy term for web scraping + using required parts of the public API where guest tokens work (ie. fetching video info, cards and polls).
16.
▲
by
zedeus
7y ago
Yes, but I do have some far future plans about utilizing the "Login with Twitter" authentication method to let people use the API on their behalf, which would allow making tweets etc.