from mastodon import Mastodon
'''
Mastodon.create_app(
'tootapalooza',
api_base_url = 'https://always.grumpy.world',
to_file = '../.tootapalooza.env'
)