-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
59 lines (59 loc) · 1.42 KB
/
.env.template
File metadata and controls
59 lines (59 loc) · 1.42 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
SENDER_EMAIL=
RECEIVER_EMAIL=
SENDER_EMAIL_PASSWORD=
GOOGLE_APP_PASSWORD=
# https://home.openweathermap.org/api_keys
OPEN_WEATHER_API_KEY=
# https://www.twilio.com/
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_NUM=
MY_PERSONAL_NUMBER=
# https://www.alphavantage.co
STOCK_KEY=
# https://newsapi.org/account
NEWS_KEY=
# https://pixe.la
PIXELA_USER=
PIXELA_AUTH_TOKEN=
# https://developer.nutritionix.com
NUTRITIONIX_APP_ID=
NUTRITIONIX_KEY=
# https://dashboard.sheety.co
SHEETY_BEARER_TOKEN=
# The sheety api linked to your workout google sheet
SHEETY_WORKOUT_ENDPOINT=
# https://tequila.kiwi.com
TEQUILA_API_KEY=
# The sheety api linked to your flight deals google sheet
SHEETY_FLIGHT_ENDPOINT=
# The sheety get api linked to your flight deals google sheet for users
SHEETY_FLIGHT_ENDPOINT_2=
# https://developer.spotify.com
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
# https://linkedin.com
LINKEDIN_EMAIL=
LINKEDIN_PASSWORD=
# A search term for linkedin (spaces should be replaced with %20)
LINKEDIN_SEARCH_QUERY=
# https://tinder.com
TINDER_EMAIL=
TINDER_PASSWORD=
# https://x.com
X_EMAIL=
X_PASSWORD=
# Username for 2fa for x
X_USERNAME=
# https://instagram.com
SIMILAR_INSTAGRAM_ACCOUNT= #just username
INSTAGRAM_USERNAME=
INSTAGRAM_PASSWORD=
# Zillow
ZILLOW_GOOGLE_FORM=
# Flask
SOME_SECRET_KEY_FOR_FLASK=
# https://developer.themoviedb.org/docs/getting-started
MOVIE_DB_API_KEY=
# Your render.com postgresql database URI (or other)
FLASK_BLOG_DB_URI=