A command-line Python script to search torrents on a 1337x mirror, extract detailed torrent info, and copy magnet links to the clipboard.
- Search torrents using keywords
- Display title, size, seeds, leeches, uploader & upload date
- Copy magnet links to clipboard
- Bypass Cloudflare with
cloudscraper
git clone https://github.com/PyFolk-Devs/1337x_Scrapper.git
cd 1337x_Scrapper
pip install -r requirements.txtpython main.py- This script uses a public mirror. If the site breaks, update the
BASE_URLinmain.py. - Works on Windows, Linux, and macOS.
MIT