example keys.py file
This commit is contained in:
parent
85eb8324ed
commit
9eccd3e683
1 changed files with 10 additions and 0 deletions
10
keys.dist.py
Normal file
10
keys.dist.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
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'
|
||||
}
|
||||
|
Loading…
Reference in a new issue