diff --git a/settings.json b/settings.json new file mode 100644 index 0000000..4a61b18 --- /dev/null +++ b/settings.json @@ -0,0 +1,26 @@ +{ + "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" + } +}