forked from trishi880988/PwCpTxtExtractor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
29 lines (27 loc) · 818 Bytes
/
app.json
File metadata and controls
29 lines (27 loc) · 818 Bytes
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
{
"name": "Repo",
"description": "PW Without Purchase Repo",
"repository": "https://github.com/",
"keywords": [
"telegram bot",
"pyrogram"
],
"env": {
"API_ID":{
"description": "Get your telegram API ID from https://my.telegram.org",
"value":"28485705"
},
"API_HASH":{
"description":"Get your telegram API HASH from https://my.telegram.org",
"value":"26d76803d487d6d0cc818cf191fa7518"
},
"BOT_TOKEN":{
"description":"Get from BotFather",
"value":"6582971212:AAG_K_Iec_0nlI83g_Sq0Aq3DXwcv6Zs4lQ"
},
"AUTH_USERS":{
"description":"Admin/Owner/Friends ID Seperate by ',' Ex: 44578878,8878899",
"value":"6211690957"
}
}
}