Skip to content

an xml file containing latest hindi movie

Notifications You must be signed in to change notification settings

SharCodin/hindi-movie-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hindi Movie Scraper

This project scrapes hindimoviestv.com website for movie titles and images and outputs an HTML in /data folder.

Table of Contents

Key Features

  • Scrape data using Requests and BeautifulSoup
  • Generate a single HTML page with all data.
  • Automate running daily.

Built With

  • Python 3.x

  • Requests:

    pip install requests
    
  • BeautifulSoup:

    pip install beautifulsoup4
    
  • HTML

Installation

  1. Clone the repo
    git clone https://github.com/SharCodin/hindi-movie-.git
    
  2. Install dependencies
    pip install -r requirements.txt
    
    • Note:

      • Depending on your operating system you may have to run one of the following instead:

        • pip3 install -r requirements.txt
        • python -m pip install -r requirements.txt
        • python3 -m pip3 install -r requirements.txt

Usage

Execute the following in your terminal or powershell.

cd hindi-movie-
python main.py

Roadmap

Future improvements:

  • Use GitHub actions

Contributing

  • Contribution to improve or expand the project is welcome.
  • Fork the repo.
  • Make changes, improvements...
  • Submit a pull requests against the main branch

Contact

Support and Sponsor

License

MIT

Acknowledgements

About

an xml file containing latest hindi movie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published