|
1 | 1 | {
|
2 |
| - "name": "Torrent AIO Bot Duplicated", |
| 2 | + "name": "Torrent AIO Bot [Clone]", |
3 | 3 | "description": "All in one bot for torrenting",
|
4 |
| - "repository": "https://github.com/Hirusha-H/Torrent-Aio-Bot-Duplicate", |
| 4 | + "repository": "https://github.com/Itz-fork/Torrent-Aio-Bot-Duplicate", |
5 | 5 | "keywords": [
|
6 | 6 | "node",
|
7 | 7 | "express",
|
|
13 | 13 | "repository": "https://github.com/Itz-fork/Torrent-Aio-Bot-Duplicate",
|
14 | 14 | "success_url": "https://t.me/NexaBotsUpdates",
|
15 | 15 | "env": {
|
16 |
| - "TELEGRAM_TOKEN": { |
17 |
| - "description": "Your Bot Token From @BotFather", |
18 |
| - "required": true |
19 |
| - }, |
20 |
| - "SITE": { |
21 |
| - "description": "Your Heroku App Url", |
22 |
| - "required": true |
23 |
| - }, |
24 |
| - "SEARCH_SITE": { |
25 |
| - "description": "Your Heroku App Url", |
26 |
| - "required": true |
| 16 | + "AUTH_CODE": { |
| 17 | + "description": "Your Auth Code. You will get this after Login To Google Account.", |
| 18 | + "required": false |
27 | 19 | },
|
28 | 20 | "CLIENT_ID": {
|
29 | 21 | "description": "Your Google Drive Client Id. Read ReadMe for more info.",
|
| 22 | + "value": "202264815644.apps.googleusercontent.com", |
30 | 23 | "required": false
|
31 | 24 | },
|
32 | 25 | "CLIENT_SECRET": {
|
33 | 26 | "description": "Your Google Drive Client Secret. Read ReadMe for more info.",
|
| 27 | + "value": "X4Z3ca8xfWDb1Voo-F9a7ZxJ", |
34 | 28 | "required": false
|
35 | 29 | },
|
36 |
| - "AUTH_CODE": { |
37 |
| - "description": "Your Auth Code. You will get this after Login To Google Account.", |
| 30 | + "GDRIVE_PARENT_FOLDER": { |
| 31 | + "description": "Your Google Drive Folder Id. Team Drive Supported.", |
38 | 32 | "required": false
|
39 | 33 | },
|
| 34 | + "SITE": { |
| 35 | + "description": "Your Heroku App Url", |
| 36 | + "value": "https://<appname>.herokuapp.com/", |
| 37 | + "required": true |
| 38 | + }, |
| 39 | + "SEARCH_SITE": { |
| 40 | + "description": "Your Heroku App Url", |
| 41 | + "value": "https://<appname>.herokuapp.com/", |
| 42 | + "required": true |
| 43 | + }, |
| 44 | + "TELEGRAM_TOKEN": { |
| 45 | + "description": "Your Bot Token From @BotFather", |
| 46 | + "required": true |
| 47 | + }, |
40 | 48 | "TOKEN": {
|
41 | 49 | "description": "Your Token. Get it from https://<appname>.herokuapp.com/drivehelp",
|
42 | 50 | "required": false
|
43 |
| - }, |
44 |
| - "GDRIVE_PARENT_FOLDER": { |
45 |
| - "description": "Your Google Drive Folder Id. Team Drive Supported.", |
46 |
| - "required": false |
47 | 51 | }
|
48 | 52 | },
|
49 | 53 | "builpacks": [
|
|
53 | 57 | {
|
54 | 58 | "url": "https://github.com/jontewks/puppeteer-heroku-buildpack.git"
|
55 | 59 | }
|
56 |
| - ] |
| 60 | + ] |
57 | 61 | }
|
0 commit comments