https://github.com/DFilipeS/rent-bot
My personal Facebook Messenger chat bot that helped find an apartment to rent.
https://github.com/DFilipeS/rent-bot
elixir facebook-messenger-chatbot phoenix-framework
Last synced: about 1 year ago
JSON representation
My personal Facebook Messenger chat bot that helped find an apartment to rent.
- Host: GitHub
- URL: https://github.com/DFilipeS/rent-bot
- Owner: DFilipeS
- License: mit
- Created: 2018-02-18T23:35:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T16:46:33.000Z (over 8 years ago)
- Last Synced: 2024-11-07T16:41:57.665Z (over 1 year ago)
- Topics: elixir, facebook-messenger-chatbot, phoenix-framework
- Language: Elixir
- Homepage: https://medium.com/@DFilipeS/how-i-rented-a-nice-place-to-live-using-elixir-and-a-facebook-messenger-chat-bot-836f79498c5c
- Size: 94.7 KB
- Stars: 96
- Watchers: 10
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/DFilipeS/rent-bot/blob/master/LICENSE)