Sends Zoopla listings to Trello.
git clone [email protected]:tijmenb/houseparty.git
cd houseparty
cp .env.test .env
bundle installVisit https://trello.com/app-key and paste your Developer API Key into .env as TRELLO_API_KEY.
Run bundle exec rake init_trello and follow the instructions to get your TRELLO_MEMBER_TOKEN.
Finally, paste in a TRELLO_BOARD_ID into .env. It's the ID in https://trello.com/b/<id>/your-board-name.
You need a ZOOPLA_API_KEY in the .env, which you can acquire here:
https://developer.zoopla.co.uk/member/register/
It can take a while before you get it.
bundle exec rake run