forked from UsergeTeam/Userge-Plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.env.sample
56 lines (38 loc) · 1 KB
/
config.env.sample
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
# Copyright (C) 2020 by UsergeTeam@Github, < https://github.com/UsergeTeam >.
#
# This file is part of < https://github.com/UsergeTeam/Userge > project,
# and is released under the "GNU v3.0 License Agreement".
# Please see < https://github.com/uaudith/Userge/blob/master/LICENSE >
#
# All rights reserved.
# music.py
ARQ_KEY = ""
# To Generate ARQ key, send /get_key to @arqrobot
# deezloader.py
ARL_TOKEN = ""
# google_img.py
GCS_API_KEY = ""
GCS_IMAGE_E_ID = ""
# google_photos.py
G_PHOTOS_CLIENT_ID = ""
G_PHOTOS_CLIENT_SECRET = ""
G_PHOTOS_AUTH_TOKEN_ID = ""
# parser.py
# get these by reading https://t.me/UsergePlugins/129
CRYPT = ""
APPDRIVE_EMAIL = "" # Website User Account (NOT GOOGLE ACCOUNT)
APPDRIVE_PASS = "" # Website User Account (NOT GOOGLE ACCOUNT)
# time.py
COUNTRY_CITY = ""
# transcribe.py
# Add more API keys for more languages
WIT_AI_API_EN = ""
# watch.py
WATCH_COUNTRY = ""
# virus_total.py
VT_API_KEY = ""
# lastfm.py
FM_API = ""
FM_SECRET = ""
FM_USERNAME = ""
FM_PASSWORD = ""