Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.47 KB

File metadata and controls

52 lines (31 loc) · 1.47 KB

Run on Repl.it GitHub

Torrent-Finder

A CLI agent for searching torrent and finding mangnet links. It can copy that magnet link to your clipboard for making your work more easy.

Getting Started

To run this repository clone or download using above link.

Prerequisites

  • Python-3.6 or above
  • BeautifulSoup or bs4
  • pyperclip
  • requests
  • re

For linux users

  • xclip or pyQt5

Installing

Clone or download it from github and install all the requirements you can install them easily by this command pip3 install requirements.txt or install one by one

and then run search.py

python3 search.py

Menu

When you run you see a Menu s - Search` for torrent When you press s it will ask for a query and print results of torrents on your screen (fetched through 1337x.to) l - long search results When you press l it again ask for a query and print results of torrents (20 or more) which are fetched through solidtorrent

Screenshots

Thanks to 1337x and solidtorrent. Both are very awesome sites for torrents.

Created with ❤️ by Rishabh Sharma