Stub out Mastodon tooting.

This commit is contained in:
mburtonkelly
2018-11-01 12:14:24 -05:00
parent 40f19c9dd9
commit eb1bd43d40
2 changed files with 18 additions and 7 deletions

View File

@ -2,4 +2,8 @@
consumer_key = <your Consumer Key>
access_token = <your Acces Token>
consumer_secret = <your Consumer Secret>
access_secret = <your Access Token Secret>
access_secret = <your Access Token Secret>
[mastodon]
server = <mastodon server url>
email = <email address>
password = <password>