Skip to content

WebHarvest is a Python application that enables users to download content from various platforms, including YouTube, Instagram, and IMDb. With features for downloading videos, audio, and fetching movie information, it provides a versatile tool for content retrieval.

Notifications You must be signed in to change notification settings

aashnajoshi/WebHarvest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

WebHarvest is a Python application that enables users to download content from various platforms, including YouTube, Instagram, and IMDb. With features for downloading videos, audio, and fetching movie information, it provides a versatile tool for content retrieval.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages