wileylau / spotBot-OSS

// Download FLAC / MP3 from Spotify via Telegram Bot //
11 stars 6 forks source link

WeTransfer To Telegram Direct Flie #2

Open DRAWIZ opened 2 years ago

DRAWIZ commented 2 years ago

Can i Change This Code WeTreansfer To Telegram Direct Files How?

wileylau commented 2 years ago

refer to pytelegrambot API. I personally don't recommend doing so, as Telegram has a 50MB file size limit and some (Actually most) FLACs exceed 50MB. Most albums / playlists also exceed 50MB, even after compressing.

DRAWIZ commented 2 years ago

but in we transfer if i download flac morethan 2gb playlist means after sent it shows link expire (2gb only limit)

wileylau commented 2 years ago

That's because wetransfer has a 2GB file limit. I don't think there are any fast hosting websites that don't limit storage? If you have an alternative, lmk.

DRAWIZ commented 2 years ago

That's because wetransfer has a 2GB file limit. I don't think there are any fast hosting websites that don't limit storage? If you have an alternative, lmk.

Ineed to send ina ddirect tg files unzip format bro how i edit it

wileylau commented 2 years ago

Don't understand. Make your wordings clear.

DRAWIZ commented 2 years ago

Don't understand. Make your wordings clear.

I need in Not We Transfer Bro Need In direct telegram file bro if you know

wileylau commented 2 years ago

Don't understand. Make your wordings clear.

I need in Not We Transfer Bro Need In direct telegram file bro if you know

Telegram has a 50MB file limit and most songs actually exceed 50MB (for flacs) That's why I would use WeTransfer.

wileylau commented 2 years ago

Why not WeTransfer tho?

DRAWIZ commented 2 years ago

Why not WeTransfer tho?

no bro telegram document format if you set means it will support upto 2gb, and if above 2gb zip link means wetransfer not support so i ask in telegram files

wileylau commented 2 years ago

Why not WeTransfer tho?

no bro telegram document format if you set means it will support upto 2gb, and if above 2gb zip link means wetransfer not support so i ask in telegram files

The 2GB file limit is for users. Bots have a file limit of 50mb, refer here

Using a local bot API can fix the problem, but that would not be a fix I would prefer, given the complexity to deploy.

DRAWIZ commented 2 years ago

Why not WeTransfer tho?

no bro telegram document format if you set means it will support upto 2gb, and if above 2gb zip link means wetransfer not support so i ask in telegram files

The 2GB file limit is for users. Bots have a file limit of 50mb, refer here

Using a local bot API can fix the problem, but that would not be a fix I would prefer, given the complexity to deploy.

oh