-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.local
49 lines (34 loc) · 1.03 KB
/
.env.local
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
#
# new project:
#
#NEW_PROJECT_DIR=""
NEW_PROJECT_DIR="py-try/"
NEW_PROJECT_NAME="YOUR_PROJECT_NAME"
###########################################################################
#
# for packages/discord-cli:
#
# discord app bot token:
DISCORD_TOKEN="YOUR_DISCORD_TOKEN"
###########################################################################
# use for local test, fuck gfw:
HTTP_PROXY="http://127.0.0.1:7890"
###########################################################################
# Google AI/LLM/GPT:
GOOGLE_GEMINI_API_KEY="your-api-key"
###########################################################################
# twitter web auth + cookies: use for http header
TWITTER_AUTHORIZATION="web auth"
TWITTER_CSRF_TOKEN="web page csrf token"
TWITTER_COOKIES="browser cookie"
###########################################################################
#
# for binance api:
#
BINANCE_API_KEY="your_binance_api_key"
BINANCE_SECRET_KEY="your_binance_secret_key"
BINANCE_TESTNET=
# gate.io
GATEIO_API_KEY=
GATEIO_API_SECRET=
GATEIO_TESTNET=