Skip to content

PaulloClara/magnet-link-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages