New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rss-transmission

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss-transmission

Rss plugin for transmission with a web ui

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

rss-transmission

.. image:: https://travis-ci.org/helloqiu/rss-transmission.svg?branch=master :target: https://travis-ci.org/helloqiu/rss-transmission :alt: Build Status

.. image:: https://codecov.io/gh/helloqiu/rss-transmission/branch/master/graph/badge.svg :target: https://codecov.io/gh/helloqiu/rss-transmission :alt: codecov

Rss for transmission.

UI Preview

.. image:: https://raw.githubusercontent.com/helloqiu/rss-transmission/develop/ui_preview.png :target: https://raw.githubusercontent.com/helloqiu/rss-transmission/develop/ui_preview.png :alt: preview

Usage

You can simplify create a python file:

.. code-block:: python

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:

.. code-block::

[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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc