Giter Site home page Giter Site logo

airbnbalertnewlisting's Introduction

AirBnBAlertNewListing

Allow you to receive an alert (e-mail) when a new Listing is added on Airbnb, following your criterias.

Airbnb Research

To make it works, you need to make first a research in the Airbnb Website following this requirements :

  • Airbnb has to be in english
  • You need to logout. The research has to be done wihtout being login in.
  • Then, you can make you research and set your criterias (dates, price, place, etc). The script is currently only tested with Stays (not with Experiences and Restaurants). You can try Experiences and Restaurants but there is no garantee it will work.
  • Once you are in the page in which you can show the map, you are good. You can update your filters here if needed. My advice is to use the option "show map" and to position yourself exactly in the area you want the alert to be active. The script will then check the listing only for what is available in the sized map.
  • Finally, copy the url of the AIRBNB'page your are currently using. Airbnb update this url for every changes you make in the page (filter, map, etc). You will have to past it in the config file.

Setup

  • Clone the repo
  • Create and complete a config.json file based on the example.config.json. Here are the different option you must set :
    • airBnbUrl : The url of your AIRBNB research (how to obtain it is described in the "Airbnb Research" section)
    • action : Time (in seconds) between each checks
    • mail : The mail who will receive the alert
    • mailSender : The mail you will use to send the alert
    • PasswordSender : Password of the mail you will use to send the alert
    • mailSMTP : SMTP of the mail you will use to send the alert
  • Then, if you are using Docker :
    • docker build -t airbnbListing .
    • docker run -d airbnbListing
  • If not :
    • You need to install Python 3.8
    • pip install -r requirements.txt
    • python listing.py
    • If the script has been properly configured and is working, you will receive an initialisation mail. If you don't, check the config file, something isn't working.

airbnbalertnewlisting's People

Contributors

surfict avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.