Skip to main content

Rss plugin for transmission with a web ui

Project description

rss-transmission

Build Status codecov

Rss for transmission.

UI Preview

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


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.9.tar.gz (255.9 kB view details)

Uploaded Source

File details

Details for the file rss-transmission-0.0.9.tar.gz.

File metadata

File hashes

Hashes for rss-transmission-0.0.9.tar.gz
Algorithm Hash digest
SHA256 fe6b0afa833986b4957e5b7d8ff711ffbc06ac8becd073e43c640a343a431e3f
MD5 6e2085f5c97cbef8ba43ece03befcb42
BLAKE2b-256 ee91c87bfcb63a438752b1cbab4aedfbcb7f035b36ae20e830ec5f440813a7c8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page