-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add the ability to import followers from Twitter #143
Comments
This adds basic support for importing all the users a public Twitter account is currently following, as subscriptions in Fritter. It uses what looks like a heavily rate-limited endpoint in the API, so it might not work for large numbers of followed accounts, but it should be a good enough start. This addresses part of #143, but there's more to come!
I've just pushed super basic support for importing all followed users from a public Twitter account. Right now, you're not able to pick and choose who to import, or which groups, but I'm planning on adding that soon - I just want to get a beta/MVP of this out as I know a lot of you are waiting for it! You can get to the screen by tapping the new "Import" button on the subscriptions screen: Please, let me know of any feedback, good or bad 🙂 |
I'm on v2.13.0+20210716 but I'm not seeing that. When I click import it just opens recent files. |
Ah, my mistake, I was looking in Settings -> Import. But then I re-read and saw you wrote
I wasn't clear to me what the Import button on the subscriptions screen was, but after clicking on everything I learned it's the one with arrows going up and down Just successfully imported the 5569 of the 5570 people I follow on Twitter (I wonder which one got left out, and why...) |
@jdaviescoates yes, Fritter probably won't be able to cope very well with so many subscriptions - it might even result in you being rate limited or blocked by Twitter, as so many requests will need to be made. You might achieve better results by using the Groups functionality, splitting your subscriptions into more manageable (for Fritter) chunks. |
This is now being shipped as GA in the upcoming v2.15.0! |
Please excuse my ignorance but what is GA? |
@jdaviescoates general availability - no longer in beta 🙂 |
How about import subscriptions from fritter as a temporary workaround, while we're rate limited? Thanks for your work on this project. |
maybe have a way of login in? of course using thia way you would need to rate limit yourself cause a automatic system of gettong those tweets and user info will be much faster than a human browsing x in his phone or browser |
If it's rate limited, maybe allow it to run it the background and/or ask the user after a 24 hour period to continue pulling the rest of the following list. |
If someone wants to import the users they are following from an existing Twitter account, we should support that.
One caveat is that this would only work with a public account, but perhaps we could also support a bookmarklet or similar that can export a logged-in user's followed list to the JSON format we expect?
NewPipe has this functionality, using YouTube Takeout as the source.
It should also allow the user to choose a group to import the users into, e.g. if the user wants to import from multiple accounts and keep some separation.Group support will come in the future.The text was updated successfully, but these errors were encountered: