miguelac / rent-bot

My personal Facebook Messenger chat bot that helped find an apartment to rent.

Home Page:https://medium.com/@DFilipeS/how-i-rented-a-nice-place-to-live-using-elixir-and-a-facebook-messenger-chat-bot-836f79498c5c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rent Bot

Configure Facebook Messenger Bot

  • Create a page in Facebook.
  • Create a new application in Facebook Developers (https://developers.facebook.com/apps/)
  • Get verify and access token for Facebook Messenger Bot API.
  • Change verify and access token in apps/rent_bot_web/config/config.exs.

Customize crawler queries

To get a customized query, first go to each website and make your search. Search parameters will displayed in the address bar. Simply change the URL in each file to match your search.

  • apps/crawler/lib/custo_justo.ex - URL at top of the file
  • apps/crawler/lib/idealista.ex - URL at top of the file
  • apps/crawler/lib/imovirtual.ex - URL at top of the file

License

MIT

About

My personal Facebook Messenger chat bot that helped find an apartment to rent.

https://medium.com/@DFilipeS/how-i-rented-a-nice-place-to-live-using-elixir-and-a-facebook-messenger-chat-bot-836f79498c5c

License:MIT License


Languages

Language:Elixir 89.3%Language:JavaScript 6.4%Language:HTML 3.1%Language:Dockerfile 1.0%Language:Shell 0.2%Language:CSS 0.1%