Skip to content

Workshop 1 Homework - Python Blog Scraper - #147

Open
Rithesh0115 wants to merge 1 commit into
UniCourt:mainfrom
Rithesh0115:workshop1-homework
Open

Workshop 1 Homework - Python Blog Scraper#147
Rithesh0115 wants to merge 1 commit into
UniCourt:mainfrom
Rithesh0115:workshop1-homework

Conversation

@Rithesh0115

Copy link
Copy Markdown

Workshop 1 Homework

Implemented the Workshop 1 homework to scrape Python Blog posts and store the data in PostgreSQL.

Completed

  • Scraped Python Blog posts using Python, Requests, and BeautifulSoup
  • Extracted title, author, published date, URL, and description
  • Stored scraped data in PostgreSQL
  • Created the blog_posts table automatically
  • Dockerized the Python scraper
  • Added PostgreSQL and Python services using Docker Compose
  • Verified the complete Docker → Python → PostgreSQL workflow

Verification

The scraper successfully scraped 20 blog posts and stored them in PostgreSQL.

Output:

Scraped 20 blog posts.

Blog data saved to PostgreSQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant