Webhook Automate streamlines torrent searching and downloading by integrating with Telegram for notifications. It automatically triggers on incoming webhooks, searches multiple torrent providers, and initiates downloads while notifying users of success or failure, ensuring efficient media acquisition.
View Large Image
Webhook Automate streamlines torrent searching and downloading by integrating with Telegram for notifications. It automatically triggers on incoming webhooks, searches multiple torrent providers, and initiates downloads while notifying users of success or failure, ensuring efficient media acquisition.
This workflow is ideal for:
This workflow addresses the challenge of automating the search and download of torrents based on user-defined titles received via webhooks. It streamlines the entire process, allowing users to:
SearchTorrent
node utilizes the Torrent Search API to search for torrents related to the provided title, fetching up to 5 results.Start download
node sends a request to the Transmission RPC to add the first found torrent to the download queue, specifying the download directory.409
status code is encountered, it attempts to re-initiate the download with a new session ID.