Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniruddha Nadkarni committed Dec 8, 2017
2 parents 4c07682 + 72913dd commit 9023aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -36,8 +36,8 @@ export AMADEUS_KEY='your api key here'
setx AMADEUS_KEY "your api key here"
```
We wanted to merge data from both TripAdvisor and Amadeus.
* search.py - This script searches for hotels in Amadeus based off of the coordinates of hotels we've already scraped from TripAdvisor.
* recordPrices.py - This script searches each hotel for prices across a range of dates.
* `search.py` - This script searches for hotels in Amadeus based off of the coordinates of hotels we've already scraped from TripAdvisor.
* `recordPrices.py` - This script searches each hotel for prices across a range of dates.
```
cd amadeus-api
python search.py
Expand Down

0 comments on commit 9023aa8

Please sign in to comment.