Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jackettrb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jackettrb

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Jackettrb

Lightweight interaction layer for Jackett API servers.

Installation

Add this line to your Gemfile.

gem "jackettrb"

Or install it manually via the gem cli.

$ gem install jackettrb

Usage

First you need to make an instance of Jackettrb::Request, the constructor will take 2 to 3 arguments. The URL to your Target Jackett instance, The API key, and you can optionally pass in true as the third argument to turn on strict RSS parsing this will generate more errors and is off by default as a result.

require 'jackettrb'

req = Jackettrb::Request.new("https://127.0.0.1:9117", "MyApiKey123123")

From here we can ask Jackett to query the indexers for a given search term like so

req.query("Spiderman")

You can also get a feed of all results with the aptly named firehose.

req.firehose

FAQs

Package last updated on 23 Jan 2022

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