From 9e86a3cfdee2c01869b9e5beb0598286f667c3c4 Mon Sep 17 00:00:00 2001 From: bernd2k <36308246+bernd2k@users.noreply.github.com> Date: Thu, 19 Dec 2019 22:59:35 +0100 Subject: [PATCH] adds mastodon requirement and config initial mastodon commit --- raspberry_pi/config.json | 4 ++++ raspberry_pi/requirements.txt | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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