Atualizar bot_mastodon.py
This commit is contained in:
parent
e7aae38222
commit
eb457854cf
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ import io
|
||||||
|
|
||||||
# Configuration of the Mastodon client
|
# Configuration of the Mastodon client
|
||||||
mastodon = Mastodon(
|
mastodon = Mastodon(
|
||||||
access_token='TOKEN_CODE',
|
access_token='YOUR_API_TOKEN',
|
||||||
api_base_url='YOUR_URL'
|
api_base_url='https://YOUR_MASTODON_INSTANCE'
|
||||||
)
|
)
|
||||||
|
|
||||||
class ImageCheckListener(StreamListener):
|
class ImageCheckListener(StreamListener):
|
||||||
|
|
Loading…
Add table
Reference in a new issue