owo-tower-bot/bot.py

13 lines
179 B
Python
Raw Normal View History

2019-12-30 16:49:32 +00:00
from mastodon import Mastodon
import auth
mastodon = Mastodon(
access_token = auth.token,
api_base_url = 'https://tilde.zone/'
)
mastodon.status_post("hello world!")