All Projects → banteg → Rarbg

banteg / Rarbg

rarbg → rss

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Rarbg

Feedly Filtering And Sorting
Enhance the feedly website with advanced filtering and sorting capabilities
Stars: ✭ 73 (-33.03%)
Mutual labels:  rss
Rss To Json
RSS and Atom feed generator for Node.js
Stars: ✭ 88 (-19.27%)
Mutual labels:  rss
Myrss
a copy of my RSS feeds in a handy .opml file
Stars: ✭ 103 (-5.5%)
Mutual labels:  rss
Feedparser
Parse feeds in Python
Stars: ✭ 1,200 (+1000.92%)
Mutual labels:  rss
Flexget
The official FlexGet repository
Stars: ✭ 1,279 (+1073.39%)
Mutual labels:  rss
Fluent Reader
Modern desktop RSS reader built with Electron, React, and Fluent UI
Stars: ✭ 1,286 (+1079.82%)
Mutual labels:  rss
Free Security Resources
安全总是无处不在...
Stars: ✭ 69 (-36.7%)
Mutual labels:  rss
Pipes
Repository for Pipes
Stars: ✭ 107 (-1.83%)
Mutual labels:  rss
El Bot
🤖 基于 mirai-ts,运行于 Node.js,可配置、可自定义插件的 QQ 机器人框架。
Stars: ✭ 88 (-19.27%)
Mutual labels:  rss
Vscode Rss
An RSS reader embedded in Visual Studio Code
Stars: ✭ 102 (-6.42%)
Mutual labels:  rss
Gatsby Advanced Starter
A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.
Stars: ✭ 1,224 (+1022.94%)
Mutual labels:  rss
Leon Gao Rss
Leon 的个人 RSS 订阅列表
Stars: ✭ 85 (-22.02%)
Mutual labels:  rss
Xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities
Stars: ✭ 89 (-18.35%)
Mutual labels:  rss
Archivebox
🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...
Stars: ✭ 12,383 (+11260.55%)
Mutual labels:  rss
Simplepie
A simple Atom/RSS parsing library for PHP.
Stars: ✭ 1,389 (+1174.31%)
Mutual labels:  rss
Genrss
genRSS generates a RSS 2 feed from media files in a directory
Stars: ✭ 69 (-36.7%)
Mutual labels:  rss
Inbrief
InBrief is a personal briefing app and dashboard powered by Electron and React
Stars: ✭ 90 (-17.43%)
Mutual labels:  rss
Rufus
Rufus - fetches the paper for you!
Stars: ✭ 108 (-0.92%)
Mutual labels:  rss
Plot
A DSL for writing type-safe HTML, XML and RSS in Swift.
Stars: ✭ 1,722 (+1479.82%)
Mutual labels:  rss
Dino Rss Electron
A simple, efficient, open source RSS reader service
Stars: ✭ 89 (-18.35%)
Mutual labels:  rss

rarbg → rss

Adapter for Torrent API (see docs) that serves search results as broadcatching-ready RSS feed.

Installation

Requires Python 3.6 or later.

pip install -U rarbg

Docker

Run it with docker like this:

docker build . --tag rarbg:v1
docker run -p 4444:4444 -it rarbg:v1

Usage

Run the server by typing rarbg. You can optionally specify host and port with -h (default 0.0.0.0) and -p options (default 4444).

Access it by passing parameters to http://localhost:444/ as you would pass them to Torrent API.

Note that Torrent API has a rate limit of one request per two seconds.

Token updates and rate limits are handled automatically.

Convenience methods

/imdb/<imdb_id> search by imdb (equals to /?mode=search&search_imdb=<imdb_id>)

/tvdb/<tvdb_id> search by tvdb (equals to /?mode=search&search_tvdb=<tvdb_id>)

/search/<search_term> search by string (equals to /?mode=search&search_string=<search_term>)

Available filters

category filter by category, specify multiple categories like this: 44;45

limit number of results: 25, 50 or 100 (default: 25)

sort order by seeders, leechers (default: last)

min_seeders and min_leechers hide results with less activity

ranked=0 get non-scene releases

All parameters can be mixed together and work with convenience methods.

Example

http://localhost:4444/imdb/tt2802850?category=41 will get you HD releases of Fargo

Categories

 4 XXX (18+)
14 Movies/XVID
48 Movies/XVID/720
17 Movies/x264
44 Movies/x264/1080
45 Movies/x264/720
47 Movies/x264/3D
42 Movies/Full BD
46 Movies/BD Remux
18 TV Episodes
41 TV HD Episodes
23 Music/MP3
25 Music/FLAC
27 Games/PC ISO
28 Games/PC RIP
40 Games/PS3
32 Games/XBOX-360
33 Software/PC ISO
35 e-Books
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].