-
-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will the new Twitter API policy impact Nitter? #783
Comments
It's very unlikely Nitter will be affected since the APIs aren't used in the official way with developer credentials. I'm slowly moving stuff to use their newer GraphQL APIs anyway, so if it breaks it'll be fixed soon-ish. |
@zedeus since there is no open pull request for the GraphQL API migration, I'll leave a comment here. It would be great if you can document the GraphQL queries that Nitter will do - so that it's clearer how to reproduce them. From my personal experience, when I work on GraphQL sometimes it's difficult to reverse-engineering the code into the original gql query to reproduce the behaviour. What do you think? Thanks for Nitter, of course :) |
How does it look from a legal standpoint now that Twitter is owned by Elon and is a private company. Did they actually change their view on such things like Nitter? |
@halictuz "II. Restrictions on Use of Licensed Materials so 🤷 |
I'm not bound by that developer agreement, so whatevs. |
@jman-schief It's not a real GraphQL API, it's really just an RPC-like API on a /graphql/ route, so the implementation isn't quite as complex. |
as of 2 hours ago, nitter no longer displays NSFW tweets unless you click the search option but don't actually search. |
Apart from the issue mentioned above, I also noticed that instances other than the official
|
This will be fixed by #812 which I will merge soon. Twitter just banned unauthenticated access to the endpoint used for search, so I'm replacing it in that PR as well. |
Any updates yet? I want to view age restricted content but don't want to create an account to do so. |
Use PrivacyDev’s instance, then. But beware of the rate limit! |
@zedeus , first up thanks for Nitter. I notice the Twitter Nitter account is now blocked. I love the idea of Nitter instances on GitHub, is there a way to map all the instances, so folk can navigate if they need to? And apologies, I don't properly understand Github. It would be great if the answer is here, but I am effectively wearing a blindfold, and would need very simple instruction, if possible. Thanks again. |
What account? There is no account for Nitter. |
The answer was no, thankfully. |
Twitter Dev account tweeted today that there will soon be no free access API anymore: https://nitter.net/TwitterDev/status/1621026986784337922#m
My school project is heavily reliant on Twitter (it's a requirement from the school), and deprecating the free access, I'm seeking alternatives. And one possibility would be to host my own Nitter instance and scrape it after (if the project still functions given this new Twitter information).
So I'm asking this to know if I should invest dev time into scraping my own Nitter instance or if I'm better off waiting for more news?
Thanks in advance for the reply.
(And thanks for Nitter, I only consume Twitter through Nitter instances for my personal entertainment.)
The text was updated successfully, but these errors were encountered: