Rss plugin for transmission with a web ui
Project description
rss-transmission
Rss for transmission.
UI Preview
Usage
You can simplify create a python file:
from rssbot.main import Worker
from rssbot.config import Config
if __name__ == "__main__":
config = Config()
config.config_update(your_config_file_path)
w = Worker(config)
w.run()
Then execute this file with python. If you want to use systemd, here’s an service file example:
[Unit]
Description=RSS Transmission.
After=network.target transmission-daemon.service
[Service]
Type=simple
ExecStart=/bin/python your_path_file_path
ExecReload=/bin/kill -s HUP $MAINPID
[Install]
WantedBy=multi-user.target
Enjoy!
License
GPLv3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rss-transmission-0.0.7.tar.gz
(255.9 kB
view details)
File details
Details for the file rss-transmission-0.0.7.tar.gz
.
File metadata
- Download URL: rss-transmission-0.0.7.tar.gz
- Upload date:
- Size: 255.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94ac248300cfa978edc7e0f418be712cefdaf67850819ef13e03e489b2a2d033 |
|
MD5 | 5d384887530bb77fa3ff3340cb3eb5f1 |
|
BLAKE2b-256 | 826c42580d947e35bbb7e5b8df596523a5b170a4dd78996e37103094ea1daebb |