Project 2: President Trump's Lies Dataset
- Scraped all lies of President Trump in 2017 from this website.
- Used requests library to get HTML source of the website.
- Used BeautifulSoup library to parse the HTML match the specific HTML tag containing the details of lies.
- Stored the details of lies (date of lies, the lies, explanation of lies and the url linked to that explanation) in a CSV file.
All President Trump's Lies in 2017 (Source: The New York Times)
Link to Notebook
Link to CSV file built