Google Dork Movie Search is a Flask web application designed to simplify the process of searching for movie-related content using Google dorks. It provides users with a straightforward interface to input movie details and search criteria, fetching relevant search results from Google. Additionally, it integrates a security feature powered by the VirusTotal API to scan retrieved URLs for potential threats, ensuring a safer browsing experience.
-
User-friendly Interface: Enjoy a clean and intuitive interface for inputting movie details and search criteria.
-
Google Dork Integration: Leverage Google dorks to refine search results and find movie-related content efficiently.
-
VirusTotal Integration: Ensure browsing safety by scanning retrieved URLs for potential security threats using the VirusTotal API.
To run Google Dork Movie Search, you need the following dependencies:
- Python 3.x
- Flask
- BeautifulSoup
- requests
-
Clone the repository:
git clone https://github.com/Wuhpondiscord/movie-search.git
-
Install dependencies:
pip install -r requirements.txt
To use the application locally, follow these steps:
-
Navigate to the project directory:
cd movie-search
-
Run the application:
python app.py
To deploy the application on Replit, follow these steps:
-
Visit Replit and create or log in to your account.
-
Create a new Python REPL.
-
Copy the contents of
main.py
into themain.py
file in your Replit project. -
Create a folder named
templates
and addindex.html
to it. -
Upload
config.json
andblacklisted_domains.txt
to the root directory of your Replit project. -
Your project files should look something like this:
-
Open the
index.html
file in thetemplates
folder and change the URL for the favicon image in line 7 and the logo image in line 120 from "imageurlhere" to your desired URLs. -
Open the networking section in the top right corner:
-
Set the external port to
80
. -
Press the "run" button.
-
Retrieve the URL to the site from the networking section.
- Replit Theme: If you prefer the Replit theme showcased in the images, you can download it here.
Contributions are welcome! Please feel free to submit pull requests or open issues for feature requests, bug fixes, or general improvements.