This n8n workflow automates the process of searching for torrents based on a received title, and if found, initiates the download via Transmission. The workflow is triggered by a webhook, which receives the torrent title through a POST request. It then searches popular torrent providers for matching torrents, and if a match is found, it sends a command to a local Transmission instance to start downloading the torrent file into a specified directory. If no torrents are found, it sends a notification via Telegram informing the user. Additionally, the workflow handles transmission session IDs dynamically when retries are required, ensuring seamless operation. Practical use cases include automating the process of downloading media files when users submit a request or when an event triggers the webhook, streamlining media collection workflows or personal media automation.
Automated Torrent Search and Download in n8n
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | functionItem, httpRequest, if, telegram, webhook |
Reviews
There are no reviews yet.