Skip to content

Workshop 1 homework - #152

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

Workshop 1 homework#152
Sharx2503 wants to merge 1 commit into
UniCourt:mainfrom
Sharx2503:workshop1-homework

Conversation

@Sharx2503

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 the title, author, published date, URL, and description
  • Stored the 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