Giter Club home page Giter Club logo

scrapymoviessubtitlesscraper's Introduction

Scrapy Movie Subtitles Scraper

Description

The Scrapy Movie Subtitles Scraper is a Python-based project using Scrapy, a popular web crawling and web scraping framework. The project is designed to extract movie data, including titles, plots, and scripts, from the website subslikescript.com. The extracted data can be stored in either a MongoDB Atlas database or a SQLite database, showcasing the data dumping capabilities of the project.

Installation

  1. Clone this repository: git clone https://github.com/zararashraf/ScrapyMoviesSubtitlesScraper.git
  2. Install the required libraries: pip install scrapy pymongo
  3. Configure the MongoDB connection string and the SQLite database settings in the pipelines.

Usage

  1. Run the spider by executing the command: scrapy crawl transcripts
  2. Check the output data in the configured MongoDB Atlas or SQLite database.

Project Structure

The project consists of the following key components:

  • spiders/transcripts.py: Contains the Scrapy spider for scraping movie data from subslikescript.com.
  • pipelines.py: Includes two pipelines for dumping the scraped data into a MongoDB Atlas database and a SQLite database.
  • requirements.txt: Lists all the required dependencies for the project.

Images

The Website in question. image (3)

Data in SQLite DB

Data in MongoDB Atlas image image (1)

Libraries and Technologies Used

  • Python 3.x
  • Scrapy for web scraping
  • pymongo for interacting with MongoDB
  • sqlite3 for working with SQLite databases

Code Repository

The source code for this project can be found on GitHub.

Credits

License

This project is open-source and available under the MIT License. Feel free to use, modify, and distribute the code as needed.

scrapymoviessubtitlesscraper's People

Contributors

zararashraf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.