first commit

This commit is contained in:
rnsrk 2023-01-03 00:40:59 +01:00
commit 0b13673bcc
10 changed files with 220 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from mastodon import Mastodon
class MastodonAccountManager():
def __init__(self):
self.instance = Mastodon(client_id = 'hedonodon_clientcred.secret', access_token = 'hedonodon_usercred.secret')