Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 818 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 818 Bytes

WebHarvest

A Python application that allows users to download content from various platforms, including YouTube, Instagram, and IMDb.

Features

  • Downloads videos and audio from YouTube.
  • Downloads media from public Instagram profiles.
  • Fetches information about movies and series from IMDb.

Usage

All required libraries can be installed using a single-line command:

pip install -r requirements.txt

While to run the code:

Console-based version:

python main.py

Streamlit-based version:

streamlit run app.py

Description of various files:

  • app.py: Contains a streamlit-based version of the main code.
  • main.py: Contains the core logic for downloading content from various platforms.
  • requirements.txt: Lists required Python libraries.