Use Cases
- Automatically search for and download torrents based on user input.
- Notify users via Telegram when torrents are not found.
- Manage session tokens for Transmission to ensure uninterrupted downloads.
How It Works
Webhook captures the film title from incoming requests. SearchTorrent node queries torrent providers for matching torrents. IF node checks if any torrents were found. Start download node adds the selected torrent to Transmission. Telegram notifications inform users of the download status.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure the webhook URL to receive requests.
- 3Set up Telegram credentials for notifications.
- 4Configure Transmission credentials for downloading torrents.
- 5Test the workflow by sending a POST request to the webhook.
Apps Used
Telegram
Transmission
Torrent Search
Categories
Target Roles
Industries
Tags
#process automation
#notifications
#workflow management