EDM115

Results 94 issues of EDM115
trafficstars

Flip the idea of blacklist on its head add a way to whitelist user id/group id (that could get tricky tho, like check if user is in a group where...

enhancement
Priority D

• Provide a way to get a cancel button before files on Upload All mode • Sending /clean should pass to the callback an empty file list so it doesn't...

bug
Priority A

https://github.com/EDM115/unzip-bot/blob/264992687ff85bb6c46b7722917848d44bdd2925/unzipper/helpers/start.py#L155 it is possible to use something like ```py from aiocron import crontab crontab("*/5 * * * *", remove_expired_tasks) ``` can also be used as a decorator [docs](https://pypi.org/project/aiocron/) | [source](https://t.me/HydrogramChat/2177)

enhancement
Priority S

## Description A function with high cyclomatic complexity can be hard to understand and maintain. Cyclomatic complexity is a software metric that measures the number of independent paths through a...

enhancement
help wanted
DeepSource
Priority S

### Planned Features : - [x] No wait for a task to be processed - [ ] ~~Process several tasks~~ too complex - [ ] Automatic task restart after a...

enhancement
Priority S

- [x] [pyrogram/pyrogram/issues/1039](https://github.com/pyrogram/pyrogram/issues/1039) - [x] Correct uptime - [x] Change names for upload modes: from "video" to "media" - [x] Upload as media by default - [x] PyroGram v2 -...

enhancement
update

As of https://github.com/pyrogram/pyrogram lack of updates, I think it's better to switch to an up-to-date version. https://github.com/hydrogram/hydrogram seems to be the perfect candidate GitHub - pyrogram/pyrogram: Elegant, modern and asynchronous...

enhancement
dependencies
Priority A

To reduce the size of your Docker layer for a Python bot that handles file extraction and uploading, without needing a graphical interface, you can focus on removing packages that...

enhancement
Priority B

- Queue system (unlimited ?) Needs to consider the restarts - VIP (No queue, can be processed even after the max tasks cap is reached) - Premium plan ? 1$/month...

enhancement
Priority S

enhancement
Priority B