rss-transmission 0.1.0

Creator: bigcodingguy24

Last updated:

0 purchases

rss-transmission 0.1.0 Image
rss-transmission 0.1.0 Images
Add to Cart

Description:

rsstransmission 0.1.0

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.