Skip to content

emilecaron/theFancyBay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theFancyBay

Because piratebay isn't so fancy...

fancyBay

Get Started

Install required dependencies using pip

$ pip install Scrapy Flask Flask-Sockets requests gunicorn

Run the dev server with the provided script

$ cd front && ./memo_gunicorn

The site should be available on port 8000.

Features

Browse a enhanced version of piratebay that will only display movies with a valid IMDB link. Scrapy will crawl the search page and extract all useful data (links, seed, leech) then will jump to imdb to retrieve the image. Results will show up on the page as soon as they are found using a websocket. Custom searches are supported. To download, just mouse over the bottom of the picture and the link will appear. The server will only store images to prevent hotlinking to imdb.org. Nothing else is stored, no database is required.

Technologies

Flask, Flask_websockets, Scrapy, Bootstrap, Jquery, Underscore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published