tootapalooza/toota-palooza/__init__.py

12 lines
173 B
Python

from mastodon import Mastodon
'''
Mastodon.create_app(
'toota-palooza',
api_base_url = 'https://infosec.exchange',
to_file = '../.toota-palooza.env'
)
'''