Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Looking for Auto Download Torrent & Auto Upload Host script
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Looking for Auto Download Torrent & Auto Upload Host script

RurikoRuriko Member

Does anyone know a script that can Auto download torrents from RSS, auto upload to file host then finally post links to forum. There used to be quite a few scripts like WBot, MegaBot, Janhouse but they stopped development. So I'm just wondering are there still working?

Comments

  • This workflow is definitely achievable using n8n. You can set up a self-hosted Community Edition instance, which offers more than enough tools to accomplish all these tasks and much more.

    Nothing ready-made, but more customizable.

  • RurikoRuriko Member
    edited January 14

    Oh I used n8n before but I don't know how it can auto post to xenforo forum types cause it doesn't have API with oauth. The workflow would be:

    qBittorent using RSS auto downloader
    Use n8n to monitor folder of downloaded files
    Upload to rapidgator using API with n8n
    Fetch link & post to xenforo forum types (STUCK AT THIS STAGE)

  • Any scripts for 1fichier?

  • @Ruriko said:
    Does anyone know a script that can Auto download torrents from RSS

    The best option for that is definitely rTorrent / ruTorrent, as it basically has a built-in scripting language.

    You need this and probably this plugin.

    Alternative approach is this bridge.

    auto upload to file host then finally post links to forum.

    This depends on the file host I believe. No idea what's trendy these days, as I moved to personal storage some time ago.

  • dav848dav848 Member
    edited January 14

    idk about script, but im using this one
    https://github.com/anasty17/mirror-leech-telegram-bot
    i think out there web version available as well

  • AutoBrr?

  • xmokxmok Member

    @COLBYLICIOUS said:
    AutoBrr?

    AutoBrr and ruTorrent is probably easy to set up. Try the docker image for an all-in-one solution: https://github.com/crazy-max/docker-rtorrent-rutorrent

    Btw, does anyone have any tips on how to use an SSHFS (or similar) mount to store torrented data? The workflow I'm envisioning:

    1. Add Torrent
      2a. Torrent downloaded either directly to mount OR
      2b. Torrent downloaded locally then moved to mount

    Any way to do this with Docker in play?

  • @dav848 said:
    idk about script, but im using this one
    https://github.com/anasty17/mirror-leech-telegram-bot
    i think out there web version available as well

    I thank you very much for this, you have no idea how much I appreciate it, I seen this done by several on telegram but none of them wish to share how it's done

    Thanked by 1dav848
Sign In or Register to comment.