11 lines
305 B
Python
11 lines
305 B
Python
|
webmentionio = {
|
||
|
'domain': 'example.com',
|
||
|
'token': 'https://webmention.io/settings -> API key',
|
||
|
'secret': 'https://webmention.io/settings/webhooks -> callback secret'
|
||
|
}
|
||
|
|
||
|
telegraph = {
|
||
|
'token': 'https://telegraph.p3k.io/ -> select site under avatar -> settings gear icon -> API key'
|
||
|
}
|
||
|
|