Console application commands¶
Those are torrt console application commands:
Trackers¶
list_trackers— Shows known trackers aliasesconfigure_tracker— Sets torrent tracker settings (login credentials, etc.)
RPCs¶
list_rpc— Shows known RPCs aliasesconfigure_rpc— Sets RPCs settings (login credentials, etc.)enable_rpc— Enables RPC by its aliasdisable_rpc— Disables RPC by its alias
Torrents¶
add_torrent— Adds torrent from a URL both to torrt and torrent clientsremove_torrent— Removes torrent by its hash both from torrt and torrent clientsregister_torrent— Registers torrent within torrt by its hash (for torrents already existing at torrent clients)unregister_torrent— Unregisters torrent from torrt by its hash
Notifications¶
configure_notifier— Sets notification settings (SMTP server or telegram bot ID)remove_notifier— Remove notifier from torrt by its hash
Update procedure¶
walk— Walks through registered torrents and performs automatic updatesset_walk_interval— Sets an interval in hours between consecutive torrent updates checks
Bots configuration and run¶
configure_bot— Sets bot settings (token and users allowed to add torrents)run_bots— Run bot processes. Note that this command starts process that never ends.
Note
More information on commands supported by torrt console application is available through --help command line switch