Python wrapper for the Akkoma API

This commit is contained in:
spla 2022-07-24 20:46:57 +02:00
pare be45da446c
commit 68f967507e

Veure arxiu

@ -87,9 +87,9 @@ class Akkoma:
""" """
Easy to use Akkoma API wrapper. Easy to use Akkoma API wrapper.
Main repository at https://git.akkomat.cat/spla/akkoma Main repository at https://git.mastodont.cat/spla/Akkoma.py
""" """
__DEFAULT_BASE_URL = 'https://akkoma.akkomat.cat' __DEFAULT_BASE_URL = 'https://akkoma.mastodont.cat'
__DEFAULT_TIMEOUT = 300 __DEFAULT_TIMEOUT = 300
__DEFAULT_SCOPES = ['read', 'write', 'follow', 'push', 'admin'] __DEFAULT_SCOPES = ['read', 'write', 'follow', 'push', 'admin']
__SCOPE_SETS = { __SCOPE_SETS = {