- Introduced a new Dockerfile for the Temu scraper service. - Updated docker-compose.yml to include the Temu scraper service with environment variables and volume configuration. - Implemented the TemuScraperService for scraping functionality and integrated it with FastAPI. - Added serializers for request and response handling. - Created storage management for saving scrape results in SQLite. - Developed API endpoints for scraping and searching saved results. - Included a smoke test script for validating the scraper functionality. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| main.py | ||
| req.txt | ||
| serializers.py | ||
| service.py | ||
| storage.py | ||
| views.py | ||