adds mastodon requirement and config

initial mastodon commit
This commit is contained in:
bernd2k 2019-12-19 22:59:35 +01:00
parent f73b58fb46
commit 9e86a3cfde
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -1 +1,2 @@
tweepy
mastodon.py