/airbnb-fare-finder

An Airbnb Fare Finder bot lists all apartments/hotels/rooms from Airbnb database to Google Sheets.

Primary LanguagePython

Airbnb Fare Finder

An Airbnb Fare Finder bot lists all apartments/hotels/rooms from Airbnb database to Google Sheets.

airbnb-bot

Installing

Download the Python 3 installer package from the official website and install it, if not installed previously.

  • Run the following in the terminal to install the modules to run your program without excussions.
pip install selenium

Also to use this bot, you should download and install Google Chrome web browser and Chrome Web Driver here.

How to Use?

Download the source code from the repository and run the file just as any other Python script (.py) file.

python3 main.py
  • Note! For the code to work you need to fill the information where would you like to go to trip?. e.g. CITY, CHECK_IN_DATE,CHECK_OUT_DATE,MAX_PRICE,GUESTS_NUMBER,.

Follow these instructions below.

  1. Decide about where would you like to go and how many days you would like to stay.

  2. Fill the blanks in the code.

  3. Go to https://docs.google.com/forms/ and create your own form.

blank-google-form

  1. Add these questions to the form, make all questions "short-answer".
  • What's the name of the apartment?

  • What's the price per night?

  • What's the link to the apartment?

  • What is the review of the apartment?

airbnb-google-form

  1. Click send and copy the link address of the form. Replace it on the code GOOGLE_FORMS_LINK section.

airbnb-google-form

  1. Now you can run the code with instructions above.

For further informations check out the articles.

Documentations