A Bot Upload file|video To Telegram using given Links.

Overview

URL-Uploader (Bot)


A Bot Upload file|video To Telegram using given Links.

Features:

๐Ÿ‘‰ Only Auth Users (AUTH_USERS) Can Use The Bot

๐Ÿ‘‰ Upload YTDL Supported Links to Telegram.

๐Ÿ‘‰ Upload HTTP/HTTPS as File/Video to Telegram.

๐Ÿ‘‰ Upload Mediafire, Zippyshare, Hxfile, Anonfiles, Antfiles URL using LK21

Deploy To Heroku:

Deploy

Credits, and Thanks to:

LICENSE

  • GPLv3
You might also like...
A telegram bot that can upload telegram media files to anonfiles.com and give you direct download link

โœฏ AnonFilesBot โœฏ Telegram Files to AnonFiles Upload Bot It will Also Give Direct Download Link Process : Fork This Repositry And Simply Cick On Heroku

A Simple Telegram Bot By @AsmSafone to Download Files From Mega.nz and Upload It to Telegram

MegaDL-Bot A Simple Telegram Bot By @AsmSafone to Download Files From Mega.nz and Upload It to Telegram Features No Login Required All Mega.nz File Li

A Telegram bot to download youtube playlists and upload them to telegram. (may be slow becoz youtube limitations)

YTPlaylistDL ๐Ÿ“› A Telegram bot to download youtube playlists and upload them to telegram. (may be slow becoz youtube limitations) ๐ŸŽฏ Follow me and sta

A Simple Telegram Bot that can Download Files From Mega.nz and Upload It to Telegram

MegaDL-Bot A Simple Telegram Bot By @mrkpbots to Download Files From Mega.nz and Upload It to Telegram Features No Login Required All Mega.nz File Lin

this is a telegram bot repository, that can stream video on telegram group video chat.
this is a telegram bot repository, that can stream video on telegram group video chat.

VIDEO STREAM BOT telegram bot project for streaming video on telegram video chat, powered by tgcalls and pyrogram ๐Ÿ›  Commands: /vstream (reply to vide

Telegram Bot that's allow you to play Video & Music on Telegram Group Video Chat
Telegram Bot that's allow you to play Video & Music on Telegram Group Video Chat

WAR MUSIC / VIDEO PLAYER Bot Bot Link: ๐Ÿงช Get SESSION_NAME from below: Pyrogram ๐ŸŽญ Preview โœจ Features Music & Video stream support MultiChat support P

This Bot Can Upload Video from Link Of Pdisk to Pdisk using its API. @PredatorHackerzZ
This Bot Can Upload Video from Link Of Pdisk to Pdisk using its API. @PredatorHackerzZ

๐๐๐ข๐ฌ๐ค ๐‚๐จ๐ง๐ฏ๐ž๐ซ๐ญ๐ž๐ซ ๐๐จ๐ญ Make short link by using ๐๐๐ข๐ฌ๐ค API key Installation ๐“๐ก๐ž ๐„๐š๐ฌ๐ฒ ๐–๐š๐ฒ ๐‘๐ž๐ช๐ฎ๐ข๐ซ๐ž๐ ๐•๐š๐ซ๐ข๐š๐›๐ฅ๐ž

A simple bot to upload file to various cloud servers.

Cloudsy Bot A simple bot to upload file to various cloud servers. Variables API_HASH Your API Hash from my.telegram.org API_ID Your API ID from my.tel

Asad Alexa VC Bot Is A Telegram Bot Project That's Allow You To Play Audio And Video Music On Telegram Voice Chat Group.
Asad Alexa VC Bot Is A Telegram Bot Project That's Allow You To Play Audio And Video Music On Telegram Voice Chat Group.

Asad Alexa VC Bot Is A Telegram Bot Project That's Allow You To Play Audio And Video Music On Telegram Voice Chat Group.

Comments
  • Deployment on Heroku does not work

    Deployment on Heroku does not work

    2021-11-02T04:23:32.145687+00:00 heroku[worker.1]: Starting process with command `python3 bot.py`
    2021-11-02T04:23:32.907590+00:00 heroku[worker.1]: State changed from starting to up
    2021-11-02T04:23:33.868917+00:00 app[worker.1]: 2021-11-02 04:23:33,868 - pyrogram.crypto.aes - INFO - Using TgCrypto
    2021-11-02T04:23:33.936472+00:00 app[worker.1]: 2021-11-02 04:23:33,936 - asyncio - DEBUG - Using selector: EpollSelector
    2021-11-02T04:23:35.169968+00:00 app[worker.1]: Pyrogram v1.0.7, Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
    2021-11-02T04:23:35.169989+00:00 app[worker.1]: Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+)
    2021-11-02T04:23:35.169989+00:00 app[worker.1]: 
    2021-11-02T04:23:35.742932+00:00 app[worker.1]: Traceback (most recent call last):
    2021-11-02T04:23:35.742947+00:00 app[worker.1]:   File "bot.py", line 38, in <module>
    2021-11-02T04:23:35.743084+00:00 app[worker.1]:     app.run()
    2021-11-02T04:23:35.743096+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/pyrogram/methods/utilities/run.py", line 61, in run
    2021-11-02T04:23:35.743233+00:00 app[worker.1]:     self.start()
    2021-11-02T04:23:35.743243+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/pyrogram/sync.py", line 56, in async_to_sync_wrap
    2021-11-02T04:23:35.743393+00:00 app[worker.1]:     return loop.run_until_complete(coroutine)
    2021-11-02T04:23:35.743411+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    2021-11-02T04:23:35.743766+00:00 app[worker.1]:     return future.result()
    2021-11-02T04:23:35.743768+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/pyrogram/methods/utilities/start.py", line 68, in start
    2021-11-02T04:23:35.743901+00:00 app[worker.1]:     await self.initialize()
    2021-11-02T04:23:35.743912+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/pyrogram/methods/auth/initialize.py", line 44, in initialize
    2021-11-02T04:23:35.744020+00:00 app[worker.1]:     self.load_plugins()
    2021-11-02T04:23:35.744030+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/site-packages/pyrogram/client.py", line 724, in load_plugins
    2021-11-02T04:23:35.744395+00:00 app[worker.1]:     module = import_module(module_path)
    2021-11-02T04:23:35.744397+00:00 app[worker.1]:   File "/app/.heroku/python/lib/python3.8/importlib/__init__.py", line 127, in import_module
    2021-11-02T04:23:35.744500+00:00 app[worker.1]:     return _bootstrap._gcd_import(name[level:], package, level)
    2021-11-02T04:23:35.744528+00:00 app[worker.1]:   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
    2021-11-02T04:23:35.744629+00:00 app[worker.1]:   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
    2021-11-02T04:23:35.744686+00:00 app[worker.1]:   File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
    2021-11-02T04:23:35.744745+00:00 app[worker.1]:   File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
    2021-11-02T04:23:35.744810+00:00 app[worker.1]:   File "<frozen importlib._bootstrap_external>", line 783, in exec_module
    2021-11-02T04:23:35.744905+00:00 app[worker.1]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
    2021-11-02T04:23:35.744978+00:00 app[worker.1]:   File "/app/plugins/youtube_dl_echo.py", line 10, in <module>
    2021-11-02T04:23:35.745121+00:00 app[worker.1]:     import lk21, urllib.parse, filetype, shutil, time, tldextract, asyncio, json, math, os, requests
    2021-11-02T04:23:35.745177+00:00 app[worker.1]: ModuleNotFoundError: No module named 'lk21'
    2021-11-02T04:23:36.029808+00:00 heroku[worker.1]: Process exited with status 1
    2021-11-02T04:23:36.093403+00:00 heroku[worker.1]: State changed from up to crashed
    
    opened by yolkispalkis 1
  • Configure Renovate

    Configure Renovate

    Mend Renovate

    Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

    ๐Ÿšฆ To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


    Detected Package Files

    • requirements.txt (pip_requirements)

    Configuration

    ๐Ÿ”ก Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.

    Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.

    What to Expect

    It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.


    โ“ Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
Owner
Hash Minner
No One Is Perfect...
Hash Minner
TG-Url-Uploader-Bot - Telegram RoBot to Upload Links

MW-URL-Uploader Bot Telegram RoBot to Upload Links. Features: ?? Only Auth Users

Aadhi 3 Jun 27, 2022
Video Bot: an Advanced Telegram Bot that's allow you to play Video & Music on Telegram Group Video Chat

Video Bot is an Advanced Telegram Bot that's allow you to play Video & Music on

null 5 Jan 26, 2022
A Telegram Bot to generate permanent Stream and Download links for any Telegram file

Telegram File To Stream Link This bot will give you permanent Stream and Download links for Telegram files Deploy the Bot Press the below button to de

Shadow 80 Dec 16, 2022
File-sharing-Bot: Telegram Bot to store Posts and Documents and it can Access by Special Links.

File-sharing-Bot Telegram Bot to store Posts and Documents and it can Access by Special Links. I Guess This Will Be Usefull For Many People..... ?? .

null 1 Dec 17, 2021
๐Ÿ“ข Video Chat Stream Telegram Bot. Can โณ Stream Live Videos, Radios, YouTube Videos & Telegram Video Files On Your Video Chat Of Channels & Groups !

Telegram Video Chat Bot (Beta) ?? Video Chat Stream Telegram Bot ?? Can Stream Live Videos, Radios, YouTube Videos & Telegram Video Files On Your Vide

brutโœ˜โถโน // ใƒฆใ‚นใƒ• 15 Dec 24, 2022
Video Stream is a telegram bot project that's allow you to play video on telegram group video chat

Video Stream is a telegram bot project that's allow you to play video on telegram group video chat ?? Get SESSION_NAME from below: Pyrogram ## โœจ Featu

null 1 Nov 10, 2021
Video Stream: an Advanced Telegram Bot that's allow you to play Video & Music on Telegram Group Video Chat

Video Stream is an Advanced Telegram Bot that's allow you to play Video & Music on Telegram Group Video Chat ?? Get SESSION_NAME from below: Pyrogram

Jonathan 6 Feb 8, 2022
Video Stream: an Advanced Telegram Bot that's allow you to play Video & Music on Telegram Group Video Chat

Video Stream is an Advanced Telegram Bot that's allow you to play Video & Music

SHU KURENAI TEAM 4 Nov 5, 2022
A Telegram Filter Bot, Support Unlimited Filter. Also, The Bot can auto-filter telegram File | video

A Telegram Filter Bot, Support Unlimited Filter. Also, The Bot can auto-filter telegram File | video

Hash Minner 3 Nov 27, 2021
A simple Telegram bot that analyses a given word, built with python-telegram-bot

Telegram Word Bot A simple Telegram bot that analyses a given word, built with python-telegram-bot. The bot is fairly useless - unless you often need

Chris N 2 Jul 14, 2022