A python based Telegram Bot for Compressing Videos with negligible Quality change

Overview

๐•๐•š๐••๐•–๐•  โ„‚๐•†๐•„โ„™โ„๐”ผ๐•Š๐•Š๐•†โ„ ๐”น๐•†๐•‹

แดแดœสŸแด›ษชา“แดœษดแด„แด›ษชแดษด วซแดœแด€สŸษชแด›ส แด„แดแดแด˜ส€แด‡ssแดส€

Deploy

A Telegram Video CompressorBot

  • it compress videos with negligible Quality change.
  • u can generate sample Compressed videos nd screenshots too.
  • u can set custom video name nd Thumbnail.
  • u can get logs videos to a channel too.
  • Coz of its Quality encode It takes little time to Compress.
  • For now i set it for maximum 5 Processes at a time.
  • Its Running Without Db so Block /ban /Broadcast Feature is currently Not available.
You might also like...
Telegram bot to stream videos in telegram voicechat for both groups and channels.
Telegram bot to stream videos in telegram voicechat for both groups and channels.

Telegram bot to stream videos in telegram voicechat for both groups and channels. Supports live streams, YouTube videos and telegram media. With record stream support, Schedule streams, and many more.

Telegram bot to stream videos in telegram Voice Chat for both groups and channels

Telegram bot to stream videos in telegram Voice Chat for both groups and channels. Supports live steams, YouTube videos and telegram media. Supports scheduling streams, recording and many more.

A simple telegram voting bot based on the python-telegram-bot api.

A simple telegram voting bot based on the python-telegram-bot api. *To make it more easy to use, I might make a C++ code in the future so you don't ha

A Powerful telegram giveawayz bot based on the python-telegram-bot API
A Powerful telegram giveawayz bot based on the python-telegram-bot API

GiveawayZ Bot A Powerful telegram giveawayz bot based on the python-telegram-bot API. Powered by Team Zyntax and Team DFX Developed by @Zycho-Dev A pr

Bagas Mirror&Leech Bot is a multipurpose Telegram Bot written in Python for mirroring files on the Internet to our beloved Google Drive. Based on python-aria-mirror-bot
Bagas Mirror&Leech Bot is a multipurpose Telegram Bot written in Python for mirroring files on the Internet to our beloved Google Drive. Based on python-aria-mirror-bot

- [ MAYBE UPDATE & ADD MORE MODULE ] Bagas Mirror&Leech Bot Bagas Mirror&Leech Bot is a multipurpose Telegram Bot written in Python for mirroring file

A telegram bot that can send you high-quality audio ๐ŸŽง๐ŸŽง๐ŸŽง
A telegram bot that can send you high-quality audio ๐ŸŽง๐ŸŽง๐ŸŽง

Music downloader bot Still under development Please Report issues to improve this repo.I will try to fix bugs in next update Music downloader bot is a

A telegram smoot and high quality music player bot.
A telegram smoot and high quality music player bot.

โ–ช๏ธŽ Music Player โ–ช๏ธŽ A smooth telegram music bot with high quality songs โ–  [Features] โ€ข Fast Starts streaming your inputs while downloading and converti

Python bot for send videos of a Youtube channel to a telegram group , channel or chat
Python bot for send videos of a Youtube channel to a telegram group , channel or chat

py_youtube_to_telegram Usage: If you want to install ytt and use it, run this command: sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/nima

Telegram bot implementing Lex Arcana using python-telegram-bot library.
Telegram bot implementing Lex Arcana using python-telegram-bot library.

Lex Arcana Telegram Bot ๐Ÿค– Telegram bot implementing Lex Arcana using python-telegram-bot library. This bot was evaluated for the course "Computer Eng

Comments
  • Unable to request multiple file compression in 1request

    Unable to request multiple file compression in 1request

    I know the bot has limitations of taking one file request at a time. But the bot should at least fetch multiple files one by one after each gets completed. Look into it if that functionality can be added. Also, do the functionality of entering data stream in kBps for individual or bulk files

    opened by Sibasish 3
  • Direct Download Link is not working.

    Direct Download Link is not working.

    https://telegra.ph/file/027f2c119ea037eaff01b.png

    I tried to compress a video using an index link but it is stuck at downloading.

    I uploaded the same file to telegram and now it's working.

    But for this, I can't compress 2GB+ videos.

    opened by An0nymous11 1
  • please add compress from url video

    please add compress from url video

    hi can you add feature to allow bot compress from video url? because download speed from telegram video very slow only 500-900kbps

    โœฆ Downloading

    [๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽ๐’Šน๏ธŽ๏ธŽ๏ธŽโ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—โ—] 35.11%

    238.0 MB of 677.81 MB

    โœฆ Speed: 312.36 KB/s

    โœฆ ETA: 24m, 2s

    opened by alamia442 1
  • Help needed

    Help needed

    I am not able to deploy it on heroku....

    Logs

    NameError: name 'LOGS' is not defined 2021-04-14T02:22:22.679480+00:00 heroku[worker.1]: Starting process with command /bin/sh -c bash\ run.sh 2021-04-14T02:22:23.377458+00:00 heroku[worker.1]: State changed from starting to up 2021-04-14T02:22:27.466718+00:00 heroku[worker.1]: Process exited with status 1 2021-04-14T02:22:27.569118+00:00 heroku[worker.1]: State changed from up to crashed 2021-04-14T02:22:27.281915+00:00 app[worker.1]: Traceback (most recent call last): 2021-04-14T02:22:27.281951+00:00 app[worker.1]: File "/bot/helper/config.py", line 21, in 2021-04-14T02:22:27.282130+00:00 app[worker.1]: OWNER = config("OWNER_ID", default=1322549723, cast=int) 2021-04-14T02:22:27.282135+00:00 app[worker.1]: File "/usr/local/lib/python3.9/site-packages/decouple.py", line 199, in call 2021-04-14T02:22:27.282452+00:00 app[worker.1]: return self.config(*args, **kwargs) 2021-04-14T02:22:27.282457+00:00 app[worker.1]: File "/usr/local/lib/python3.9/site-packages/decouple.py", line 83, in call 2021-04-14T02:22:27.282656+00:00 app[worker.1]: return self.get(*args, **kwargs) 2021-04-14T02:22:27.282660+00:00 app[worker.1]: File "/usr/local/lib/python3.9/site-packages/decouple.py", line 77, in get 2021-04-14T02:22:27.282844+00:00 app[worker.1]: return cast(value) 2021-04-14T02:22:27.282889+00:00 app[worker.1]: ValueError: invalid literal for int() with base 10: '' 2021-04-14T02:22:27.282890+00:00 app[worker.1]: 2021-04-14T02:22:27.282891+00:00 app[worker.1]: During handling of the above exception, another exception occurred: 2021-04-14T02:22:27.282891+00:00 app[worker.1]: 2021-04-14T02:22:27.282895+00:00 app[worker.1]: Traceback (most recent call last): 2021-04-14T02:22:27.282897+00:00 app[worker.1]: File "/bot/start.py", line 16, in 2021-04-14T02:22:27.283064+00:00 app[worker.1]: from helper._get import * 2021-04-14T02:22:27.283068+00:00 app[worker.1]: File "/bot/helper/_get.py", line 1, in 2021-04-14T02:22:27.283257+00:00 app[worker.1]: from .devtools import * 2021-04-14T02:22:27.283258+00:00 app[worker.1]: File "/bot/helper/devtools.py", line 15, in 2021-04-14T02:22:27.283401+00:00 app[worker.1]: from .stuff import * 2021-04-14T02:22:27.283406+00:00 app[worker.1]: File "/bot/helper/stuff.py", line 15, in 2021-04-14T02:22:27.283582+00:00 app[worker.1]: from .worker import * 2021-04-14T02:22:27.283586+00:00 app[worker.1]: File "/bot/helper/worker.py", line 15, in 2021-04-14T02:22:27.283762+00:00 app[worker.1]: from .funcn import * 2021-04-14T02:22:27.283766+00:00 app[worker.1]: File "/bot/helper/funcn.py", line 15, in 2021-04-14T02:22:27.283957+00:00 app[worker.1]: from .config import * 2021-04-14T02:22:27.283957+00:00 app[worker.1]: File "/bot/helper/config.py", line 24, in 2021-04-14T02:22:27.284116+00:00 app[worker.1]: LOGS.info("Environment vars Missing") 2021-04-14T02:22:27.284120+00:00 app[worker.1]: NameError: name 'LOGS' is not defined

    opened by Pranjal-Rajput-IITian 1
Releases(v0.3)
  • v0.3(Mar 23, 2021)

    A Telegram Video CompressorBot

    • it compress videos with negligible Quality change
    • u can generate sample Compressed videos nd screenshots too
    • u can set custom video name nd Thumbnail
    • u can get logs videos to a channel too
    • Coz of its Quality encode It takes little time to Compress
    • For now i set it for maximum 5 Processes at a time
    • Its Running Without Db so Block /ban /Broadcast Feature is currently Not available.
    Source code(tar.gz)
    Source code(zip)
Owner
Danish
Error 404: Not Found
Danish
Simple Telegram Bot to extract various types of archives from a telegram file or a direct link

Unzipper Bot A Telegram Bot to Extract Various Types Of Archives Features Extract various types of archives like rar, zip, tar, 7z, tar.xz etc. Passwo

I'm Not A Bot #Left_TG 93 Dec 27, 2022
๐Ÿ Mnemonic code for generating deterministic keys, BIP39

python-mnemonic ๐Ÿ Mnemonic code for generating deterministic keys, BIP39 Installation To install this library and its dependencies use: pip install m

9 Dec 22, 2022
Instagram boosting

instagram boosting bot This bot can boost your instagram account! Rules and Instruction Use git clone to download this repository Open cmd/terminal an

Eskimo 4 Oct 20, 2022
A Discord BOT that uses Google Sheets for storing the roles and permissions of a discord server.

Discord Role Manager Bot Role Manager is a discord BOT that utilizes Google Sheets for the organization of a server's hierarchy and permissions. Detai

Dion Rigatos 17 Oct 13, 2022
A discord bot that send SMS spam!

bruh-bot send spam sms! send spam with email! it sends you spam via sms and Email using two tools, quack and impulse! if you have some problem contact

pai 32 Dec 25, 2022
A play store search telegram bot

Play-Store-Bot A play store search telegram bot Made with Python3 (C) @FayasNoushad Copyright permission under MIT License License - https://github.c

Fayas Noushad 17 Oct 28, 2022
Use CSV files as a Nornir Inventory source with hosts, groups and defaults.

nornir_csv Use CSV files as a Nornir Inventory source with hosts, groups and defaults. This can be used as an equivalent to the Simple Inventory plugi

Matheus Augusto da Silva 2 Aug 13, 2022
PackMyPayload - Emerging Threat of Containerized Malware

This tool takes a file or directory on input and embeds them into an output file acting as an archive/container.

Mariusz Banach 594 Dec 29, 2022
Python Paxful API wrapper.

PyPaxful Python Paxful API wrapper. Description Just a Paxful exchange API implementation in python. Final objective is to have just one python packag

1 Dec 19, 2021
A basic Ubisoft API wrapper created in python.

UbisoftAPI A basic Ubisoft API wrapper created in python. I will be updating this with more endpoints as time goes on. Please note that this is my fir

Ethan 2 Oct 31, 2021
YuuScource - A Discord bot made with Pycord

Yuu A Discord bot made with Pycord Features Not much lol โ€ข Easy to use commands

kekda 9 Feb 17, 2022
Automatically gets clips from twitch streams and uploads them to a YouTube channel.

Twitch Stream Highlights to YT Automatic Uploader (AutoBot Clipper) This script can be used to automatically extract highlights (or clips) from a twit

Teja Swaroop 57 Dec 12, 2022
Eclipse-grabber - Generate Discord Token Grabbers for both Windows and MacOS

Eclipse Grabber Eclipse Discord Token Grabber What is Eclipse? Eclipse is an ope

Dimitris Kalopisis 117 Dec 23, 2022
Zero2 Discord bot is written with Discord.py using Python.

Zero2 Discord bot is written with Discord.py using Python.

Siva Avanish 4 Nov 08, 2021
Emo-Fun is a bot which emojifies the text you send it

About Emo-Fun is a bot which emojifies the text you send it. It is easier to understand by an example Input : Hey this is to show my working!! Output

Suvodeep Sinha 3 Sep 30, 2022
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
Python Dialogflow CX Scripting API (SCRAPI)

Python Dialogflow CX Scripting API (SCRAPI) A high level scripting API for bot builders, developers, and maintainers. Table of Contents Introduction W

Google Cloud Platform 39 Dec 09, 2022
โ๐“๐ก๐ž ๐Œ๐จ๐ฌ๐ญ ๐๐จ๐ฐ๐ž๐ซ๐Ÿ๐ฎ๐ฅ๐ฅ ๐†๐ซ๐จ๐ฎ๐ฉ ๐Œ๐š๐ง๐š๐ ๐ž๐ฆ๐ž๐ง๐ญ ๐๐จ๐ญโž

โ๐“๐ก๐ž ๐Œ๐จ๐ฌ๐ญ ๐๐จ๐ฐ๐ž๐ซ๐Ÿ๐ฎ๐ฅ๐ฅ ๐†๐ซ๐จ๐ฎ๐ฉ ๐Œ๐š๐ง๐š๐ ๐ž๐ฆ๐ž๐ง๐ญ ๐๐จ๐ญโž

Abdisamad Omar Mohamed 5 Jun 24, 2022
A bot that is an updated & modified version of calvinnfernando's WebReg-Bot

WaitList-Bot A bot that is an updated & modified version of calvinnfernando's WebReg-Bot to automate getting into waitlisted classes in UCSD WebReg on

Issac In 1 Dec 01, 2022
Coinbase Pro API interface framework and tooling

neutrino This project has just begun. Rudimentary API documentation Installation Prerequisites: Python 3.8+ and Git 2.33+ Navigate into a directory of

Joshua Chen 1 Dec 26, 2021