Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyberboysumanjay/Torrent-Searcher

[DEPRECATED] A simple torrent file searcher written in Python
https://github.com/cyberboysumanjay/Torrent-Searcher

auto-correct beautifulsoup4 kickass magnet-link magnet-uri piratebay pyperclip python python3 requests search search-engine searcher spellcheck torrent torrent-search torrent-searcher zooqle

Last synced: about 1 month ago
JSON representation

[DEPRECATED] A simple torrent file searcher written in Python

Awesome Lists containing this project

README

        

# Torrent Searcher
##### A simple torrent file searcher written in Python.
###### Tested on Windows 10 (Python 3.6)
--------------------------------------
--------------------------------------

## Supported Search Engines:
1. [**ThePirateBay**](https://proxybay.bz/)
2. [**Kickass Torrent**](https://kickass.unblocked.lat/)
3. [**Zooqle**](https://zooqle1.unblocked.is/)
3. __.....many more to come!__
--------------------------------------
--------------------------------------
## Features:
Very Simple to use, just enter your search query and it will fetch all the results from the search engines, select your desired result and it will copy the **Magnet Link of the Torrent** in your **Clipboard!**

As simple as that!

#Dependencies:
1. BeautifulSoup4
2. Requests
3. urllib
4. pyperclip
5. lxml

--------------------------------------
--------------------------------------

## Credits:
1. [Unblocked-pw](https://github.com/unblocked-pw) for their awesome work on which my site [unblocked torrent search mirrors](https://cyberboysumanjay.github.io/torrent) is based.
--------------------------------------
--------------------------------------

#### [About me](https://cyberboysumanjay.github.io)
#### [Telegram Contact](https://t.me/cyberboysumanjay)

----
MIT License

Copyright (c) 2018 Sumanjay

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
----