From ce9d735accfc36f9b829862a46e8543413feaf65 Mon Sep 17 00:00:00 2001 From: smallsolar Date: Mon, 18 Dec 2023 09:35:05 +0000 Subject: [PATCH] Add settings.py --- settings.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 settings.py diff --git a/settings.py b/settings.py new file mode 100644 index 0000000..f351e4b --- /dev/null +++ b/settings.py @@ -0,0 +1,5 @@ +mastodon_user = '' +mastodon_password = '' +instance_url = '' +access_secret = '' +access_client_id = '' \ No newline at end of file