Resolved merge conflict in readme
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
# Torrent Search
|
||||
|
||||
[](https://www.python.org/downloads/release/python-360/)
|
||||

|
||||
[](https://travis-ci.org/KevinMidboe/torrent_search)
|
||||
[](https://codecov.io/gh/KevinMidboe/torrent_search)
|
||||
[](https://snyk.io/test/github/kevinmidboe/torrent_search?targetFile=requirements.txt)
|
||||
[](LICENSE)
|
||||
| Tested version | PyPi package | Drone CI | Travis CI | Code coverage | Known vulnerabilities | License |
|
||||
|:--------|:------|:------|:------|:------|:------|:------------|
|
||||
| [](https://www.python.org/downloads/release/python-360/) |  | [](https://drone.schleppe.cloud/KevinMidboe/torrent_search) | [](https://travis-ci.org/KevinMidboe/torrent_search) | [](https://codecov.io/gh/KevinMidboe/torrent_search) | [](https://snyk.io/test/github/kevinmidboe/torrent_search?targetFile=requirements.txt) | [](LICENSE)
|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user