A Python script using Natural Language Processing to extract information from the BBC News Homepage.
You may choose to provide the script with a specific URL from the BBC News Homepage or run a function to pull all URLs and choose which you'd like to analyse from the resulting enumerated list. The script will then extract entities from your chosen story, including, People, Places and Organisations.
Libraries required to run:
- pytest
- Beautiful Soup
- spacy
- request
- json