Merge branch 'master' of github.com:KevinMidboe/pirate_search
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
# Torrent Search
|
||||
|
||||
[](https://www.python.org/downloads/release/python-360/)
|
||||
[](https://travis-ci.org/KevinMidboe/torrent_search)
|
||||
[](https://codecov.io/gh/KevinMidboe/torrent_search)
|
||||
[](LICENSE)
|
||||
|
||||
This is one of our ways we index torrents. We use jackett's torznab indexing to seach for multiple indexers at once.
|
||||
## Idea
|
||||
The idea behind this project is to create a modular torrent searcher/indexer in python. Currently we have the option to search for two sites, thepiratebay and with jackett. To add more sites one only needs to create a scraper script for a specific service, and from there create torrent class objects that are returned back to the search script. If the new site needs specific configuration values this can be set in the config.ini file and needs to be imported in the site selector in search.py.
|
||||
|
||||
If you have a site you want to add support to please contact me or fork this repository and create a pull request! If there are any other questions please don't hesitate to ask or add to this project.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user