Skip to content

Commit d5c6aa2

Browse files
Merge pull request ErichDanikenOfficial#1 from erichdanikeninfo/Rename-Tests
Change to Rename BOT
2 parents 10ea7c7 + 7e6f482 commit d5c6aa2

10 files changed

Lines changed: 186 additions & 1216 deletions

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
## [AnyDLBot](https://telegram.dog/AnyDLBot) - Clone
1+
## Rename Bot - Clone of [AnyDLBot](https://telegram.dog/AnyDLBot)
22
---
33

4-
An Open Source ALL-In-One Telegram RoBot, that can do lot of things.
4+
An Open Source Rename Telegram RoBot
55

6-
**My Features**:
6+
**My Feature**:
77

8-
👉 All Supported Video Formats of https://rg3.github.io/youtube-dl/supportedsites.html
9-
10-
👉 Upload as file from any HTTP link
8+
👉 Rename any Telegram Files with Custom Thumbnail Support
119

1210
### Installation
1311

14-
#### The Easiest Way
12+
#### The Easy Way
1513

16-
**upgrade** your subscription for [@AnyDLBot](https://telegram.dog/AnyDLBot) without having to run anything on your own
14+
**Watch our Video for Create own Bot** - 👉 https://youtu.be/yYHrSnuYXpA
1715

18-
#### The Easy Way
16+
### You can also tap the Deploy To Heroku button below to deploy straight to Heroku!
1917

20-
**Watch our Video for Create own Bot** - 👉 https://youtu.be/QkAkSLBgoYw
18+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/erichdanikeninfo/TG-Rename-Bot)
19+
20+
**upgrade** your subscription for [@AnyDLBot](https://telegram.dog/AnyDLBot) without having to run anything on your own
2121

2222
#### The Hard Way
2323

@@ -37,10 +37,12 @@ python bot.py
3737

3838
## Credits, and Thanks to
3939

40+
* [Dan Tès](https://telegram.dog/SpEcHlDe) for his [AnyDLBot](https://github.com/SpEcHiDe/AnyDLBot)
4041
* [Dan Tès](https://telegram.dog/haskell) for his [Pyrogram Library](https://github.com/pyrogram/pyrogram)
4142
* [Yoily](https://telegram.dog/YoilyL) for his [UploaditBot](https://telegram.dog/UploaditBot)
4243

4344
- For FeedBack and Suggestions, please feel free to say in [@SpEcHlDe](https://telegram.dog/ThankTelegram)
4445

4546
#### LICENSE
4647
- GPLv3
48+

app.json

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
{
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.",
44
"keywords": [
55
"telegram",
66
"best",
7-
"youtube",
8-
"downloader",
97
"open",
108
"source",
11-
"multi",
12-
"purpose",
13-
"ffmpeg",
14-
"remote",
15-
"uploader"
9+
"Rename"
1610
],
1711
"success_url": "https://telegram.dog/AnyDLBot",
1812
"website": "https://github.com/SpEcHiDe/AnyDLBot",
19-
"repository": "https://github.com/SpEcHiDe/AnyDLBot",
13+
"repository": "https://github.com/erichdanikeninfo/TG-Rename-Bot",
2014
"env": {
2115
"WEBHOOK": {
2216
"description": "Setting this to ANYTHING will enable webhooks when in env mode",
@@ -40,35 +34,23 @@
4034
},
4135
"AUTH_USERS": {
4236
"description": "allow only pre-defined users to use this bot",
43-
"value": "7351948 20516707 23122162 500346573"
37+
"value": "7351948 466337795"
4438
},
4539
"BANNED_USERS": {
4640
"description": "Banned Unwanted members..",
4741
"value": "",
4842
"required": false
4943
},
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-
},
5544
"CHUNK_SIZE": {
5645
"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",
6347
"required": false
6448
}
6549
},
6650
"addons": [
6751
],
6852
"buildpacks": [{
6953
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
70-
}, {
71-
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
7254
}, {
7355
"url": "heroku/python"
7456
}],

plugins/cb_buttons.py

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)