My Projects

/

Projects

/

PirateApp

PirateApp

A Python application that scrapes The Pirate Bay and lets you open magnet links from a user-friendly interface.

Year 2021
Website GitHub

PirateApp

PirateApp is a small tool written in Python. It gathers torrent metadata such as name, size and seeders, then provides quick access to the magnet link within the program window.

PirateApp diagram PirateApp GUI

Challenge

Make retrieving torrent magnet links as straightforward as possible.

Action

Building the scraper

Used BeautifulSoup to collect torrent data from The Pirate Bay and displayed it using Tkinter.

Result

The app provides a quick way to search torrents without opening a browser.

GitHub Repository