Upload New File: settings.json template.
This commit is contained in:
parent
110088d0a1
commit
967988f2c6
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue