For all those who gets irritated with all the ads from torrent sites for just to search the favourite movie, games, applications and hell alot many things. Just phase through all the pop ups and gets your loving content in front of you by downloading this.
For windows: torrent search
Well, if you're the developer you must be here with the keen interest of knowing the code and running on your machine. Here are the steps to follow after you clone this project:-
- 0.1 Go to python download and download the version of python that suits for your machine
- 0.2 Install python executable
- 1.1: Open terminal/command prompt in root/adminstrator mode.
- 1.2: Type the following commands in sequence:
- 1.2.1:
py -m pip install --upgrade pip
- 1.2.2:
py -m pip install --user virtualenv
- 1.2.1:
- 1.3: Go to our project python folder and open terminal/command prompt
- 1.4: Type the following commands in sequence:
- 1.3.1:
py -m virtualenv torrent_search
- 1.3.2:
.\torrent_search\Scripts\activate
This command is just to ensure there are no errors - 1.3.3:
deactivate
- 1.3.1:
- 1.5: Close terminal/command prompt
- 2.1: Open terminal/command prompt in our project python path { example: ..\python> }
- 2.2: Type the following commands in sequence:
- 2.2.1:
.\torrent_search\Scripts\activate
- 2.2.2:
pip install -r requirements.txt
- 2.2.1:
- 2.3: Close terminal/command prompt
- 3.1: Open windows terminal/command prompt in our project path { example: ..\python> }
- 3.2: Type the following commands in sequence:
- 3.2.1:
.\torrent_search\Scripts\activate
- 3.2.2:
python src/torrent_search.py
- 3.2.1: