/magnet-link-finder

Simple search engine for magnet links on Web Pages.

Primary LanguagePythonMIT LicenseMIT

Magnet Link Finder

Simple search engine for magnet links on Web Pages.

Tech

  • Scrapy - An open source and collaborative framework for extracting the data you need from websites.
  • Tkinter - Standard Python interface to the Tk GUI toolkit.
  • AutoPEP8 - Automatically formats Python code to conform to the PEP 8 style guide.
  • Python3 - Black magic tool.

Clone/Configure

$ git clone https://github.com/paulloclara/magnet-link-finder.git
$ cd magnet-link-finder
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Activate/Deactivate Venv

$ source .venv/bin/activate
$ deactivate

Run

$ python -B run.py

License

MIT