diff --git a/raspberry_pi/config.json b/raspberry_pi/config.json index 4aafddb..e368e3c 100644 --- a/raspberry_pi/config.json +++ b/raspberry_pi/config.json @@ -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!" } } \ No newline at end of file diff --git a/raspberry_pi/requirements.txt b/raspberry_pi/requirements.txt index 69ae13e..350fcce 100644 --- a/raspberry_pi/requirements.txt +++ b/raspberry_pi/requirements.txt @@ -1 +1,2 @@ -tweepy \ No newline at end of file +tweepy +mastodon.py \ No newline at end of file