- 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. |
||
|---|---|---|
| custom_search_api | ||
| dev_backend | ||
| model_export | ||
| temu_scraper_api | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| Dockerfile.temu | ||
| docker-compose.yml | ||
| req.txt | ||
| test_search_api.py | ||
| test_temu_scraper.py | ||