Skip to content

Simulating clicks and scraping data using selenium from an online movie ticket purchasing website.

Notifications You must be signed in to change notification settings

asiftauhid/revenue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping Data from PVR Cinemas Sri Lanka

Project Overview

This project is a web scraper designed to collect movie information from PVR Cinemas Sri Lanka's website (https://www.pvrcinemas.lk). It automates the process of navigating through movie listings, accessing booking pages, and gathering data such as:

  • Movie Names
  • Available seats
  • Ticket pricing
  • Showtimes
  • Theater locations

Features

  • Automatically navigates to the PVR Cinemas Sri Lanka website
  • Collects links to individual movie booking pages
  • Iterates through each movie's showtimes
  • Simulates clicking on each showtime slot to collect data

Prerequisites

Before running this script, ensure you have the following installed:

  • Python 3.x
  • Selenium WebDriver

To run the sraper

  1. Clone this repository.
  2. Navigate to the project directory.
  3. Install the required Python packages from requirements.txt
  4. Command to run the scraper: python main.py

Ethical Considerations

Please refer to our (ETHICS.md) file for guidelines on responsible and ethical web scraping practices.

Disclaimer

This project is for educational purposes only. Ensure you comply with PVR Cinemas Sri Lanka's terms of service and robots.txt file before deploying this scraper.

About

Simulating clicks and scraping data using selenium from an online movie ticket purchasing website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages