|
1 | 1 | { |
2 | | - "name": "TG URL Uploader", |
3 | | - "description": "Telegram's best Open Source ALL-In-One Multi Purpose RoBot. Create your Fork now.", |
| 2 | + "name": "TG Rename Bot", |
| 3 | + "description": "Telegram's best Open Source Rename Bot. Create your Fork now.", |
4 | 4 | "keywords": [ |
5 | 5 | "telegram", |
6 | 6 | "best", |
7 | | - "youtube", |
8 | | - "downloader", |
9 | 7 | "open", |
10 | 8 | "source", |
11 | | - "multi", |
12 | | - "purpose", |
13 | | - "ffmpeg", |
14 | | - "remote", |
15 | | - "uploader" |
| 9 | + "Rename" |
16 | 10 | ], |
17 | 11 | "success_url": "https://telegram.dog/AnyDLBot", |
18 | 12 | "website": "https://github.com/SpEcHiDe/AnyDLBot", |
19 | | - "repository": "https://github.com/SpEcHiDe/AnyDLBot", |
| 13 | + "repository": "https://github.com/erichdanikeninfo/TG-Rename-Bot", |
20 | 14 | "env": { |
21 | 15 | "WEBHOOK": { |
22 | 16 | "description": "Setting this to ANYTHING will enable webhooks when in env mode", |
|
40 | 34 | }, |
41 | 35 | "AUTH_USERS": { |
42 | 36 | "description": "allow only pre-defined users to use this bot", |
43 | | - "value": "7351948 20516707 23122162 500346573" |
| 37 | + "value": "7351948 466337795" |
44 | 38 | }, |
45 | 39 | "BANNED_USERS": { |
46 | 40 | "description": "Banned Unwanted members..", |
47 | 41 | "value": "", |
48 | 42 | "required": false |
49 | 43 | }, |
50 | | - "DEF_THUMB_NAIL_VID_S": { |
51 | | - "description": "default thumbnail to be used in the videos. Incase, youtube-dl is unable to find a thumbnail.", |
52 | | - "value": "", |
53 | | - "required": false |
54 | | - }, |
55 | 44 | "CHUNK_SIZE": { |
56 | 45 | "description": "chunk size that should be used with requests", |
57 | | - "value": "", |
58 | | - "required": false |
59 | | - }, |
60 | | - "HTTP_PROXY": { |
61 | | - "description": "proxy for accessing youtube-dl in GeoRestricted Areas. Get your own proxy from https://github.com/rg3/youtube-dl/issues/1091#issuecomment-230163061", |
62 | | - "value": "", |
| 46 | + "value": "128", |
63 | 47 | "required": false |
64 | 48 | } |
65 | 49 | }, |
66 | 50 | "addons": [ |
67 | 51 | ], |
68 | 52 | "buildpacks": [{ |
69 | 53 | "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" |
70 | | - }, { |
71 | | - "url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip" |
72 | 54 | }, { |
73 | 55 | "url": "heroku/python" |
74 | 56 | }], |
|
0 commit comments