Paul Graham Essay Scraper

  • Tech Stack: Python, BeautifulSoup, Requests, Pandas, NumPy
  • Project Focus: Web Scraping Paul Graham's Essays
  • Github URL: Project Link

This project is a web scraping tool designed to extract all essays written by Paul Graham from his website (paulgraham.com) using Python's Beautiful Soup library (`bs4`) and other supportive libraries. The extracted essays are saved in a structured format, making them accessible for further analysis, reading, or processing.

Key features of the project include scraping essays, storing content in a structured format, handling common web scraping errors, and providing customizable output options. The project is built with Python and uses libraries like `requests`, `beautifulsoup4`, `pandas`, and `numpy`.