https://github.com/oshekharo/torrent-search
This is a simple, yet effective, web application for searching torrents and easily grabbing magnet URLs from multiple sources.
https://github.com/oshekharo/torrent-search
news-api oshekher search-engine torrent
Last synced: about 1 month ago
JSON representation
This is a simple, yet effective, web application for searching torrents and easily grabbing magnet URLs from multiple sources.
- Host: GitHub
- URL: https://github.com/oshekharo/torrent-search
- Owner: OshekharO
- Created: 2022-02-20T23:53:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T10:07:24.000Z (12 months ago)
- Last Synced: 2025-04-01T13:21:36.859Z (2 months ago)
- Topics: news-api, oshekher, search-engine, torrent
- Language: CSS
- Homepage: http://saksham.thedev.id/Torrent-Search/
- Size: 1.88 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Torrent Search
This is a simple, yet effective, web application for searching torrents and easily grabbing magnet URLs from multiple sources.
The application allows users to enter a search query, which is used to retrieve torrent data from multiple API endpoints. The search results are combined and displayed on the page, and users can easily copy magnet URLs to their clipboard, open the magnet URLs, or share them.
The application also provides a theme switching function, allowing users to toggle between light and dark modes.
## Features
- Search torrents from multiple sources
- Display combined search results
- Copy magnet URLs to clipboard
- Open magnet URLs directly
- Share magnet URLs
- Toggle between light and dark modes## APIs used
- `https://news-api.cyclic.app`
## Acknowledgements
- [AffanTheBest](https://github.com/AffanTheBest): for base code
- OpenAI GPT-4: for code review and suggestions