{"id":23087925,"url":"https://github.com/devmunoz/travel-flights-scraping","last_synced_at":"2026-05-09T04:32:53.046Z","repository":{"id":264622326,"uuid":"893877570","full_name":"devmunoz/travel-flights-scraping","owner":"devmunoz","description":"Web Scraping and Data Collection Project","archived":false,"fork":false,"pushed_at":"2024-11-25T14:01:48.000Z","size":25756,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T16:50:51.288Z","etag":null,"topics":["beatifulsoup","beautifulsoup4","data-collection","etl","pandas","python","selenium","selenium-python","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmunoz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-25T11:15:20.000Z","updated_at":"2025-01-03T14:42:01.000Z","dependencies_parsed_at":"2025-04-03T17:01:36.334Z","dependency_job_id":null,"html_url":"https://github.com/devmunoz/travel-flights-scraping","commit_stats":null,"previous_names":["devmunoz/travel-flights-scraping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devmunoz/travel-flights-scraping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmunoz%2Ftravel-flights-scraping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmunoz%2Ftravel-flights-scraping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmunoz%2Ftravel-flights-scraping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmunoz%2Ftravel-flights-scraping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmunoz","download_url":"https://codeload.github.com/devmunoz/travel-flights-scraping/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmunoz%2Ftravel-flights-scraping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beatifulsoup","beautifulsoup4","data-collection","etl","pandas","python","selenium","selenium-python","web-scraping"],"created_at":"2024-12-16T20:15:30.838Z","updated_at":"2026-05-09T04:32:53.039Z","avatar_url":"https://github.com/devmunoz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eDreams Web Scraping 🛫🤑\n\n###### Last update: 12/2024\n\n#### Web Scraping and Data Collection Project\n\n## Disclaimer\n\nThe script may not work properly in the future due to updates on the target page [eDreams](https://www.edreams.es). Keep in mind that web scraping is a technique that requires constant updates, and this project will not be maintained. This source code is for educational purposes only.\n\n## Description\n\nThis repository is part of the original project performed by [José Dos Reis - josedosr](https://github.com/josedosr), [Pamela Colman - pamve](https://github.com/pamve) and me.\n\nIf you want more information, please check the original project [here](https://github.com/josedosr/flight_tickets_ETL).\n\nThis script can search and collect data from the eDreams search engine based on the provided dates and locations. The collected data can be processed using pandas or similar libraries.\n\n## Demo Video\n\n[See the demo video](https://github.com/devmunoz/travel-flights-scraping/raw/refs/heads/master/demo_scraping.mp4)\n\n## Installation and Execution\n\n- **Prerequisites**:\n  - Install [Python](https://www.python.org/downloads/) and [Virtual Environment (venv)](https://docs.python.org/3/library/venv.html) on your machine.\n  - Clone this repository.\n\n- **Perform the scraping**:\n  - Install the virtual environment:\n\n    ```\n    python -m venv .venv\n    ```\n  - Run the virtual environment:\n\n    ```\n    source .venv/bin/activate\n    ```\n  - Install the requirements:\n\n    ```\n    pip install -r requirements.txt\n    ```\n  - **Usage** 😄:\n\n    ```\n    usage: scraper_edreams.py [-h] --dates DATES --sources SOURCES\n\n    eDreams flights scraping script\n\n    options:\n    -h, --help         show this help message and exit\n    --dates DATES      Input dates dict (JSON). Example: '[{\"from\": \"2024-12-06\", \"to\": \"2025-01-10\"}]'\n    --sources SOURCES  Input sources list, IATA codes (JSON). Example: '[\"MAD\",\"VLC\",\"BCN\"]'\n    ```\n\n  - **Extra script to retrieve IATA codes** (thanks to [ip2location-iata-icao project](https://github.com/ip2location/ip2location-iata-icao/)) 😄:\n\n    ```\n    python get_iata_codes.py -\u003e returns the complete list of IATA codes per airport.\n    ```\n\n## Contribution\n\nFeel free to improve or update the code.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmunoz%2Ftravel-flights-scraping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmunoz%2Ftravel-flights-scraping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmunoz%2Ftravel-flights-scraping/lists"}