tootapalooza/toota-palooza/__init__.py

12 lines
173 B
Python
Raw Normal View History

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