mirror of
https://github.com/ioistired/pleroma-ebooks.git
synced 2025-01-08 17:44:45 +01:00
request notification reading permission
This commit is contained in:
parent
33ea8fe830
commit
11e7a1ff88
2
main.py
2
main.py
@ -10,7 +10,7 @@ from bs4 import BeautifulSoup
|
||||
import os, sqlite3, signal, sys, json, re
|
||||
import requests
|
||||
|
||||
scopes = ["read:statuses", "read:accounts", "read:follows", "write:statuses"]
|
||||
scopes = ["read:statuses", "read:accounts", "read:follows", "write:statuses", "read:notifications"]
|
||||
cfg = json.load(open('config.json', 'r'))
|
||||
|
||||
if os.path.exists("clientcred.secret"):
|
||||
|
Loading…
Reference in New Issue
Block a user