/CrypTorrents

A torrenting web app using Django for back-end. Allows users to look up movies, then the website finds the top 3 most relevant torrents with their respective movie poster that comes from consuming DuckDuckGo API.

Primary LanguagePythonMIT LicenseMIT

CrypTorrents

A torrenting website that allows users to search for any torrent then index's ThePirateBay using ThePirateBay API to find the top 3 most relevant torrents along with a relevant picture (be it a poster for a movie, or game poster, software logo, etc).

Getting Started

  1. Open CMD
  2. Go into the root folder, being /CrypTorrents/
  3. Open /Scripts/
  4. 'activate' to activate the virtual environment.
  5. Go back to root folder.
  6. Go to /src/ and do 'python manage.py runserver'

Prerequisites

  1. Latest version of Chrome / Edge / Opera / FireFox

Installing

  • In Deployment

Running the tests

  • Go to the Search Bar on the main page make a simple query.

Deployment

  • With virtual environment activated, 'python manage.py runserver' in /src/

Built With

Contributing

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details