Giter Club home page Giter Club logo

webscraping_movies's Introduction

Project Description:

This Python script is designed to collect information about the top 50 movies from a specific webpage using web scraping techniques. The gathered data includes essential details such as movie titles, release years, and average rankings. While these details are stored in a CSV file, they are also saved into a SQLite database named Movies.db, creating a table named "Top_50."

Technologies Used:

Python Beautiful Soup (for web scraping) SQLite (for database operations)

Utilizing Beautiful Soup library for web scraping, this project extracts data from the specified website and saves the acquired information into both a CSV file and an SQLite database. This setup enables similar entities to analyze and utilize the data as needed.

Collecting Data of Top 50 Films Using Web Scraping

This Python script is designed to retrieve information about the top 50 films from a web source on behalf of a Multiplex management organization. The data is extracted from (https://web.archive.org/web/20230902185655/https://en.everybodywiki.com/100_Most_Highly-Ranked_Films).

Data Extracted:

Average Ranking Film Title Release Year CSV File: top_50_films.csv

The relevant information has been exported to a CSV file. Database: Movies.db (Table Name: Top_50)

The same dataset has been stored in the Movies.db database under the table name Top_50.

webscraping_movies's People

Contributors

hakansenzeybek 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.