27 lines
793 B
JSON
27 lines
793 B
JSON
{
|
|
"transitions": [
|
|
{
|
|
"masto_username": "anyname@youremail.com",
|
|
"masto_passwd": "anystupidpasswordyoucanimagine",
|
|
"last_id": "956809680000638976",
|
|
"twitter_handle": "anytwitterhandle"
|
|
},
|
|
{
|
|
"masto_username": "othername@someemail.org",
|
|
"masto_passwd": "dontforgetuppercasedigitsandspecialchars",
|
|
"last_id": "956886420907548677",
|
|
"twitter_handle": "othertwitterhandle"
|
|
}
|
|
],
|
|
"twitter": {
|
|
"consumer_key": "youwillgetthis",
|
|
"consumer_secret": "fromtwitterwhenyougetadevaccount",
|
|
"access_token_secret": "theresafunctiontogetthis",
|
|
"access_token_key": "documentedinthetweepydocumentation"
|
|
},
|
|
"mastodon": {
|
|
"clientcreds": "mastobot_clientcred.txt",
|
|
"instance": "https:\/\/social.your-instance.com"
|
|
}
|
|
}
|