Use Twitter API to fetch profile photos.

fixes #133
This commit is contained in:
softsimon
2020-10-16 16:29:54 +07:00
parent 2568cbb0c0
commit 9a6e7fdc87
6 changed files with 119 additions and 33 deletions

View File

@@ -25,5 +25,6 @@
"SSL_KEY_FILE_PATH": "/etc/letsencrypt/live/mysite/privkey.pem",
"BTCPAY_URL": "",
"BTCPAY_WEBHOOK_URL": "",
"BTCPAY_AUTH": ""
"BTCPAY_AUTH": "",
"TWITTER_BEARER_AUTH": ""
}