nasg/keys.dist.py

10 lines
301 B
Python
Raw Normal View History

2019-04-10 09:25:05 +01:00
webmentionio = {
2019-08-12 10:49:51 +01:00
"domain": "example.com",
"token": "https://webmention.io/settings -> API key",
"secret": "https://webmention.io/settings/webhooks -> callback secret",
2019-04-10 09:25:05 +01:00
}
telegraph = {
2019-08-12 10:49:51 +01:00
"token": "https://telegraph.p3k.io/ -> select site under avatar -> settings gear icon -> API key"
2019-04-10 09:25:05 +01:00
}