Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertekalea authored Mar 31, 2022
1 parent 1f8963f commit 3cd04e4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## BookingBot
Advanced crawler for extracting hotels data from *[Booking.com](https://www.booking.com/)*.
## booking.com_crawler
Advanced crawler for extracting hotels data from *[Booking.com](https://www.booking.com/)*. All you have to do is enter your desired *city name*, *start_month, duration,number of adult and rooms* in user_param/city_param.csv file and run the bot and let the bot do the rest for you.

## Summary

### documentation still in progress.
Depending with the start month, the crawler is equiped with functions to generate date range starting from the current month for about 15, months.
The dates range are then arranged in checkin and checkout format; Where the second checkin date is equivalence of last checkout date. for example:
These dates are automatically generated; All you have to do is provide the following data in *constant.py*

These dates are automatically generated.
For example, if my first checkin and checkout are the following:

checkin: 2022-05-01,
Expand Down

0 comments on commit 3cd04e4

Please sign in to comment.