Atualizar bot_mastodon.py

This commit is contained in:
Pablo César Galdo Regueiro 2024-10-28 19:46:21 +01:00
parent e7aae38222
commit eb457854cf

View file

@ -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):