adds mastodon requirement and config
initial mastodon commit
This commit is contained in:
parent
f73b58fb46
commit
9e86a3cfde
2 changed files with 6 additions and 1 deletions
|
@ -11,5 +11,9 @@
|
|||
"consumer_secret": "fill in your data!",
|
||||
"token": "fill in your data!",
|
||||
"token_secret": "fill in your data!"
|
||||
},
|
||||
"mastodon_api": {
|
||||
"caccess_token": "fill in your data!",
|
||||
"api_base_url": "fill in your data!"
|
||||
}
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
tweepy
|
||||
tweepy
|
||||
mastodon.py
|
Reference in a new issue