Giter Club home page Giter Club logo

compressorbot's Introduction

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

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

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.

Fork Repo Then click on below button of ur fork repo.

Deploy

compressorbot's People

Contributors

1danish-00 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

compressorbot's Issues

File check

Please include file type and file size checker
So that, the user users can't compress a file until it's a video and within the file size limit

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

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

Unknown error

helper: The number of file parts is invalid (caused by SendMediaRequest)

Oteko

A way to deploy this in oketo

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

Help

ERRNO NO SUCH FILE DIRECTORY ITS COMING

VPS

please make guide for VPS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.