first commit
This commit is contained in:
commit
0b13673bcc
10 changed files with 220 additions and 0 deletions
5
MastodonAccountManager.py
Normal file
5
MastodonAccountManager.py
Normal 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')
|
||||
Loading…
Add table
Add a link
Reference in a new issue