TorrentFinder is a desktop app that searches for all available torrents based on specific terms across various torrent sites.
- Search torrents on the following sites:
- Enter the search term in the designated field.
- Specify the number of pages to search (higher page numbers yield more results).
- Click the search button to initiate the search process.
- View the results and select desired torrents for downloading.
- Node.js installed
- NPM package manager
- Clone the repository:
git clone https://github.com/isaacszf/TorrentFinder.git
- Run the following commands
npm i
npm run build
npm run gui