mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Add BITLY_KEY to env.example
This commit is contained in:
@@ -28,6 +28,7 @@ DAMAGE_EMOJI_ID=
|
|||||||
# API Keys, IDs, and Secrets
|
# API Keys, IDs, and Secrets
|
||||||
ALPHA_VANTAGE_KEY=
|
ALPHA_VANTAGE_KEY=
|
||||||
ANILIST_USERNAME=
|
ANILIST_USERNAME=
|
||||||
|
BITLY_KEY=
|
||||||
CLEARBIT_KEY=
|
CLEARBIT_KEY=
|
||||||
CLEVERBOT_KEY=
|
CLEVERBOT_KEY=
|
||||||
CUSTOM_SEARCH_ID=
|
CUSTOM_SEARCH_ID=
|
||||||
|
|||||||
@@ -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).
|
* `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`.
|
* `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/).
|
* `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.
|
* `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).
|
* `CUSTOM_SEARCH_ID` can be obtained by following [this tutorial](https://developers.google.com/custom-search/docs/tutorial/creatingcse).
|
||||||
|
|||||||
Reference in New Issue
Block a user