Dominux / Pentaract

Unlimited file cloud storage based on using Telegram API
MIT License
298 stars 22 forks source link

Add user-bot support to file size increases and speed up #27

Closed smyhlin closed 9 months ago

smyhlin commented 10 months ago

I did some kind of it on my project and uploading/downloading greatly rise. And i could upload such way up to 366 bleach series quickly (each 400+mb).

So about file sizes... You can use user-bot instances which allows yo to upload files up to 2000mb or 4000mb (tg premium with speed boost). So... also it can be useful to use chunk system for more file size etc. Because 20mb chunk for some PC resources consumable

smyhlin commented 10 months ago

Some screenshots. bots)Screenshot_2024-01-08-07-28-19-29_0b342c26d6c44f3c8d2de40eabb4e1da.jpg

Screenshot_2024-01-08-07-28-46-95_0b342c26d6c44f3c8d2de40eabb4e1da.jpg

Screenshot_2024-01-08-07-30-03-34_0b342c26d6c44f3c8d2de40eabb4e1da.jpg

Screenshot_2024-01-08-07-29-19-67_0b342c26d6c44f3c8d2de40eabb4e1da.jpg

Dominux commented 10 months ago

Hey, man

TBH, I don't have a time for this feature for now.

Nevertheless, you could do it on your own - by contributing to the project. I think this feature will definitely enhance it!

Dominux commented 10 months ago

Btw, what do u meen?

20mb chunk for some PC resources consumable

Like 20mb chunks are gonna take more resources than 2000mb ones?

smyhlin commented 10 months ago

Like 20mb chunks are gonna take more resources than 2000mb ones?

I mean than no need to chunk files less than user-bot max file size limit, it can save some time and pc resources.

Sorry, I don't know JS or Rust(