A simple binary that reads a config file with a list of rss torrent items and adds them to transmission.
Example of config.toml
:
```toml [persistence] path = "/path/to/db/folder"
[transmission] url = "http://myserver/transmission/rpc" username = "myusername" password = "mypassword"
[[rsslist]] title = "Shijou" url = "https://someweb.site/rss.xml" filters = ["1080p"] downloaddir = "/downloads/my_folder" ```