Scrap Latest Torrents
This script downloads the torrents in our Torrent client from the website https://rarbg.to/ from an entered label.
Requirements
- You must have a torrent client, for example: uTorrent, BitTorrent, etc a. You can download uTorrent from here: www.utorrent.com b. You can download BitTorrent from here: www.bittorrent.com
Setup
- Create a Virtual Environment.
a.
$ git clone <Project> # Cloning project repository
b.$ cd <Project> # Enter to project directory
c.$ python3 -m venv my_venv # If not created, creating virtualenv
- If you use Windows:my_env/Script/activate # Activating virtualenv
- If you use Linux or Mac:$ source ./my_env/bin/activate # Activating virtualenv
More Info: Virtual Environments and Packages - Install the requirements by using
pip3 install -r requirements.txt
Running a File
- Run the Script
python scrap_latest_torrents.py
- Enter the label to search, example: Mr Robot.
- The number of Torrents found will be displayed, you must confirm the download
Author(s)
_ Made By Diego Caraballo _