news-analyze/scraping
吳元皓 666f6ac38b refactor: update PostgreSQL import and initialization
- Changed the import statement from "bun" to "postgres".
- Simplified the PostgreSQL client initialization by directly using the connection string.
2025-05-11 00:17:42 +08:00
..
.python-version feat: add AI chat and summarize endpoints with database integration 2025-05-10 21:57:38 +08:00
main.py refactor: update PostgreSQL import and initialization 2025-05-11 00:17:42 +08:00
news.json refactor: update PostgreSQL import and initialization 2025-05-11 00:17:42 +08:00
pyproject.toml feat: add AI chat and summarize endpoints with database integration 2025-05-10 21:57:38 +08:00
README.md Clean code. 2025-05-10 22:05:10 +08:00
requirements.txt Implement structural updates and optimizations across multiple modules 2025-05-10 23:21:36 +08:00
uv.lock feat: add AI chat and summarize endpoints with database integration 2025-05-10 21:57:38 +08:00

Scraping

This file contains the code for scraping the news from websites. And storing the data into the a postgres database.