Movie Scraper is a Python application that allows users to search for movies, download subtitles, and add torrents to uTorrent based on movie titles. It utilizes web scraping techniques to retrieve movie information from IMDb and The Pirate Bay.
- Search Movies: Search for movies based on various criteria such as year range, genre, and rating.
- Download Subtitles: Automatically download subtitles for movies.
- Add Torrents: Add torrents to uTorrent for downloading movies.
-
Search Movies: Users can search for movies by specifying criteria such as year range, genre, and rating. The application scrapes movie titles from IMDb based on the provided parameters.
-
Download Subtitles: Once a movie is selected, the application automatically searches for subtitles and provides a download link for the subtitles file.
-
Add Torrents: Users can add torrents to uTorrent for downloading movies directly. The application searches for torrents on The Pirate Bay based on the selected movie title.
Follow these steps to set up and run the Movie Scraper application:
- Python 3.x
- pip (Python package manager)
- Clone the repository to your local machine:
git clone https://github.com/DanEstok/Movie_Scraper.git
- Navigate to the project directory:
cd Movie_Scraper
- Install the required Python dependencies:
pip install -r requirements.txt
- Run the main.py file to start the application:
python main.py
- Use the GUI interface to search for movies, download subtitles, and add torrents to uTorrent.
- Follow the on-screen instructions to perform the desired actions.
- DanEstok
This project is licensed under the MIT License