developeranaz / qbittorrent-to-rclone-heroku

GNU General Public License v3.0
99 stars 122 forks source link

Storing #38

Closed DamnYatin closed 2 years ago

DamnYatin commented 2 years ago

Can you please tell me where the files are stored after I downloaded the content?

developeranaz commented 2 years ago

Files are stored in Heroku's storage. and you need to download it before it gets deleted.

DamnYatin commented 2 years ago

How can I download?

developeranaz commented 2 years ago

After downloading the torrent in qbittorrent go to https://yourappname.herokuapp.com/downloads/downloads/ you will see your downloaded file.

DamnYatin commented 2 years ago

How do we transfer it to our drives then?

askfriends commented 2 years ago

After downloading the torrent in qbittorrent go to https://yourappname.herokuapp.com/downloads/downloads/ you will see your downloaded file.

we cant use rclone raw url to upload to gdrive directly?

DamnYatin commented 2 years ago

After downloading the torrent in qbittorrent go to https://yourappname.herokuapp.com/downloads/downloads/ you will see your downloaded file.

we cant use rclone raw url to upload to gdrive directly?

It gets banned that's the problem bruh

developeranaz commented 2 years ago

Because of the Rclone ban, uploading to remotes is currently disabled. You need to repload to clouds using other services like colab uploaders.

DamnYatin commented 2 years ago

Do you have any Telegram bot for that atleast?

askfriends commented 2 years ago

Because of the Rclone ban, uploading to remotes is currently disabled. You need to repload to clouds using other services like colab uploaders.

oh alright, but is there any way to zip or tar downloads? it will be easy to upload single files rather than huge number of files like music

developeranaz commented 2 years ago

currently i did't added anything about this zip or tar. but indirectly i had a method. but its complicated

askfriends commented 2 years ago

currently i did't added anything about this zip or tar. but indirectly i had a method. but its complicated

will u plz explain it or add it to current repo? bcoz im downloading some huge music files, and i cant upload them to gdrive individually.

developeranaz commented 2 years ago

Do you have any Telegram bot for that atleast?

i suggest colab may be fast than other telegram bot.

developeranaz commented 2 years ago

currently i did't added anything about this zip or tar. but indirectly i had a method. but its complicated

will u plz explain it or add it to current repo? bcoz im downloading some huge music files, and i cant upload them to gdrive individually.

wait, the method is to zip the whole downloads folder .

askfriends commented 2 years ago

currently i did't added anything about this zip or tar. but indirectly i had a method. but its complicated

will u plz explain it or add it to current repo? bcoz im downloading some huge music files, and i cant upload them to gdrive individually.

wait, the method is to zip the whole downloads folder .

yeah that will be helpful ig.

developeranaz commented 2 years ago

Note: Below trick is not tested enough.

IMG_20221013_195010

IMG_20221013_195150

zip -r /qBittorrent/downloadedbundle.zip /qBittorrent/downloads; curl -L "https://api.telegram.org/bot000000xxxx0000/sendMessage?chat_id=xxxxxxx&text=filezipped"

you can edit above telegram bot alert value if needed its optional.

After the above steps add a final torrent (means you need to add a sample torrent and it need to be completed )

After a final torrent competed your folder starts to create zip.

wait for the zip gets ceated. (based on file size)

then check https://yourapp.herokuapp.com/downloads/

IMG_20221013_195932

askfriends commented 2 years ago

yes its working so far, and lets hope it will be useful in my case. btw dont delete this post as it shud be here for reference. Thanks

DamnYatin commented 2 years ago

Do you have any Telegram bot for that atleast?

i suggest colab may be fast than other telegram bot.

Ahh.. okay