imports
This commit is contained in:
parent
449f245fe4
commit
eb56e43d09
1 changed files with 4 additions and 1 deletions
3
login.py
3
login.py
|
@ -1,3 +1,6 @@
|
||||||
|
import json
|
||||||
|
from mastodon import Mastodon
|
||||||
|
|
||||||
scopes = ["read:statuses", "read:accounts", "read:follows", "write:statuses"]
|
scopes = ["read:statuses", "read:accounts", "read:follows", "write:statuses"]
|
||||||
cfg = json.load(open('config.json', 'r'))
|
cfg = json.load(open('config.json', 'r'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue