tootapalooza/tootapalooza/__init__.py

12 lines
176 B
Python
Raw Normal View History

2022-11-25 14:03:24 -05:00
from mastodon import Mastodon
'''
Mastodon.create_app(
'toota-palooza',
2022-11-25 16:25:07 -05:00
api_base_url = 'https://always.grumpy.world',
2022-11-25 14:03:24 -05:00
to_file = '../.toota-palooza.env'
)
'''