-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexample_env_file
31 lines (25 loc) · 1.17 KB
/
example_env_file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# System TTS will be this speed, if you are using a Google Voice then
# estimate the WPM for best sync results. 190 seems to be good for many voices.
WPM = 190
# Mandatory, please get from https://openai.com/api/
OPEN_AI_KEY = "YOUR_KEY_HERE"
# Optional, only use if you want to use Pexels for stock video
PEXELS_KEY = "YOUR_KEY_HERE"
# Optional, only use if you want to use storyblocks for stock video
STORYBLOCKS_PUBLIC = "YOUR_KEY_HERE"
STORYBLOCKS_PRIVATE = "YOUR_KEY_HERE"
STORYBLOCKS_PROJECT = "ANY_PROJECT_TITLE_HERE"
STORYBLOCKS_USER = "YOUR_STORYBLOCKS_USERNAME_HERE"
# Optional, only if you want to use Google Cloud TTS
# See here for instructions on getting your .json file
# https://cloud.google.com/text-to-speech/docs/libraries
GOOGLE_JSON_PATH = "PATH_TO_GOOGLE_API_JSON_FILE_HERE"
# Optional, if you want an expanded TTS library using UberDuck
# https://uberduck.readme.io/
UBERDUCK_PUBLIC = "YOUR_KEY_HERE"
UBERDUCK_SECRET = "YOUR_KEY_HERE"
# Mandatory
# You need a Google Cloud Image Search Engine API public and private key
# Instructions here: https://pypi.org/project/Google-Images-Search/
GOOGLE_IMAGES_PUBLIC = "YOUR_KEY_HERE"
GOOGLE_IMAGES_PRIVATE = "YOUR_KEY_HERE"