albertus-andito / fake-news-detection

Code repository for my undergraduate Final Year Project
MIT License
1 stars 2 forks source link

Experiment: investigate the structure of some news websites, e.g. Guardian, Times. #20

Closed albertus-andito closed 3 years ago

albertus-andito commented 3 years ago

Also in terms of their freely available content.

albertus-andito commented 3 years ago

Guardian has an open API that can be used to get contents: https://open-platform.theguardian.com/, for example: https://content.guardianapis.com/world/2020/dec/06/tributes-paid-to-nhs-psychologist-who-died-of-covid-19?api-key=test&show-fields=body

albertus-andito commented 3 years ago

I've tried to scrape BBC and The Independent. Seems alright. Will implement those in the news article scraper, including Guardian in #5