From 2b34211ad244c8666c9945b36cd585dc3cd52462 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 8 Jun 2020 11:36:11 -0400 Subject: [PATCH] Add BITLY_KEY to env.example --- .env.example | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 25039d45..b40b2c4a 100644 --- a/.env.example +++ b/.env.example @@ -28,6 +28,7 @@ DAMAGE_EMOJI_ID= # API Keys, IDs, and Secrets ALPHA_VANTAGE_KEY= ANILIST_USERNAME= +BITLY_KEY= CLEARBIT_KEY= CLEVERBOT_KEY= CUSTOM_SEARCH_ID= diff --git a/README.md b/README.md index 39310f9e..1df744ec 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ API. All are free unless otherwise stated. * `ALPHA_VANTAGE_KEY` can be obtained at the [Alpha Vantage website](https://www.alphavantage.co/support/#api-key). * `ANILIST_USERNAME` is the username of an [Anilist](https://anilist.co/) user. Not required, and defaults to `dragonfire535`. +* `BITLY_KEY` can be obtained by getting a [Generic Access Token](https://bitly.is/accesstoken). * `CLEARBIT_KEY` can be obtained at the [Clearbit dashboard](https://dashboard.clearbit.com/). * `CLEVERBOT_KEY` can be obtained at the [Cleverbot API page](https://www.cleverbot.com/api/). It's not free. * `CUSTOM_SEARCH_ID` can be obtained by following [this tutorial](https://developers.google.com/custom-search/docs/tutorial/creatingcse).