news-analyze/scraping
吳元皓 930713042e refactor: remove GitHub authentication API endpoints and add new components
- Deleted GitHub callback and authentication handler files.
- Added new component for displaying headlines.
- Implemented hot news feed component with external API fetching.
- Created dynamic news provider page with routing.
- Developed news organization about page with animations and data fetching.
- Introduced a code of conduct document.
2025-05-11 14:37:46 +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: remove GitHub authentication API endpoints and add new components 2025-05-11 14:37:46 +08:00
news.json refactor: remove GitHub authentication API endpoints and add new components 2025-05-11 14:37:46 +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 Update requirements and enhance CSS styles 2025-05-11 09:39:21 +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.