Upload New File: settings.json template.

This commit is contained in:
Homer S. 2018-01-28 17:53:40 +00:00
parent 110088d0a1
commit 967988f2c6
1 changed files with 26 additions and 0 deletions

26
settings.json Normal file
View File

@ -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"
}
}