Added twitter options to default config.
This commit is contained in:
parent
18deba34f3
commit
fa630eb285
1 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,11 @@ if not os.path.exists('config'):
|
||||||
"lastfm": "INSERT API KEY FROM lastfm HERE",
|
"lastfm": "INSERT API KEY FROM lastfm HERE",
|
||||||
"rottentomatoes": "INSERT API KEY FROM rottentomatoes HERE",
|
"rottentomatoes": "INSERT API KEY FROM rottentomatoes HERE",
|
||||||
"mc_user": "INSERT minecraft USERNAME HERE",
|
"mc_user": "INSERT minecraft USERNAME HERE",
|
||||||
"mc_pass": "INSERT minecraft PASSWORD HERE"
|
"mc_pass": "INSERT minecraft PASSWORD HERE",
|
||||||
|
"twitter_consumer_key": "",
|
||||||
|
"twitter_consumer_secret": "",
|
||||||
|
"twitter_access_token": "",
|
||||||
|
"twitter_access_secret": ""
|
||||||
},
|
},
|
||||||
"plugins":
|
"plugins":
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue