Skip to content

News harbour is a Python mini-project aimed at collecting and organising news from diverse online sources using web scraping techniques.

License

Notifications You must be signed in to change notification settings

TejasPai03/News-Harbour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Harbour

News harbour is a Python-based mini-project aimed at collecting and organising news from diverse online sources using web crawling and scraping techniques.


SETUP

  1. Clone the repository
git clone https://github.com/TejasPai03/News-Harbour.git
cd News-Harbour
  1. Install the package virtualenv using pip:
pip install virtualenv
  1. Create a virtual environment by running the following commands within the project directory:
virtualenv venv
  1. Activate the virtual environment based on your Operating System:

Windows venv activation

./venv/Scripts/activate

Linux and MacOS venv activation

$ source myvenv/bin/activate
  1. Install packages from requirements.txt:
pip install -r requirements.txt

About

News harbour is a Python mini-project aimed at collecting and organising news from diverse online sources using web scraping techniques.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published