Skip to content

Importing twitter followers #244

Answered by jonjomckay
worbgge asked this question in Q&A
Discussion options

You must be logged in to vote

Right now, Fritter supports importing subscriptions from an existing (public) Twitter account, using the Import/Export button on the Subscriptions tab. You can also import from a previous export of data from Fritter.

If you have a text file containing subscriptions, you might be able to import it by converting it to this format, and putting it into a JSON file:

{
    "subscriptions": [
        {
            "id": "the-twitter-user-id-12345",
            "screen_name": "username",
            "name": "Display Name",
            "verified": 1
        }
    ]
}

The minimum amount of correct data only needs to be the id field - the other fields can be anything, and once imported, a refresh wi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jonjomckay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #196 on October 01, 2021 23:53.