diff --git a/bot_mastodon.py b/bot_mastodon.py index 48e3f36..799577a 100644 --- a/bot_mastodon.py +++ b/bot_mastodon.py @@ -6,8 +6,8 @@ import io # Configuration of the Mastodon client mastodon = Mastodon( - access_token='TOKEN_CODE', - api_base_url='YOUR_URL' + access_token='YOUR_API_TOKEN', + api_base_url='https://YOUR_MASTODON_INSTANCE' ) class ImageCheckListener(StreamListener):