So, Yelp caught on to what we were doing with Distill on Heroku. This is our answer. It's a simple review scraper that can be hosted from a local IP which will ocmmunicate with Distill proper to grab reviews.
Isn't that cool?
- Install from requirements.txt
- Create a new db (default is
ezscrape_db
) - Run an rqworker with
foreman run python manage.py rqworker
- Run the server with
foreman run python manage.py runserver
- Make sure Distill can reach you!
- ...
- Profit!