Skip to content

GitAJov/BBCScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Network Visualization of Entities in BBC Indonesia Articles

This project scrapes news articles from BBC Indonesia, analyzes entities, and visualizes relationships using NetworkX.
Kaggle Notebook Link: https://www.kaggle.com/code/invigi/bbcscrape

Features

  • Web scraping to gather news articles from BBC Indonesia.
  • Entity recognition using spaCy.
  • Network visualization of entity relationships.

Getting Started

Prerequisites

  • Python 3.x
  • Libraries: beautifulsoup4, requests, spacy, networkx

Installation

  1. Clone the repository:

    git clone https://github.com/GitAJov/BBCScrape.git
    cd repository-name
  2. Install the required packages:

    pip install beautifulsoup4 requests spacy networkx
    python -m spacy download en_core_web_sm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors