News

flight_info_scraper/ ├── main.py # FastAPI app entrypoint ├── celery_worker.py # Celery app config ├── requirements.txt # Python dependencies ... parser.py # HTML parsing logic using BeautifulSoup ...