This commit is contained in:
Lynne Megido 2018-10-27 23:18:13 +10:00
parent 449f245fe4
commit eb56e43d09
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

View File

@ -1,3 +1,6 @@
import json
from mastodon import Mastodon
scopes = ["read:statuses", "read:accounts", "read:follows", "write:statuses"]
cfg = json.load(open('config.json', 'r'))