From 834005d2be5bed3731113fa63114cd949e03ad9b Mon Sep 17 00:00:00 2001 From: shmilylty Date: Tue, 22 Nov 2022 10:36:53 +0800 Subject: [PATCH] fixed #247 --- config/api.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/api.py b/config/api.py index 43c6731..1920f3b 100644 --- a/config/api.py +++ b/config/api.py @@ -78,5 +78,12 @@ github_api_token = '' # obtain Cloudflare API key from https://dash.cloudflare.com/profile/api-tokens cloudflare_api_token = '' +# https://hunter.qianxin.com/home/userInfo +hunter_api_key = '' + +# https://api-docs.fullhunt.io/ +fullhunt_api_key = '' + + # 登录quake之后可在个人中心获取key https://quake.360.net/quake/#/personal?tab=message quake_api_key = ''