bengaluru-food-census/README.md

20 lines
552 B
Markdown
Raw Normal View History

2018-01-01 18:49:07 +00:00
# bengaluru-food-census
Keep track of restaurant openings and closures in the city.
# Quirks
2018-01-01 18:49:07 +00:00
- Zomato does not support HTTP/1.1, so wget can't be used.
2018-01-01 18:49:07 +00:00
# Tech
This project uses GNU Parallel, Ruby, Nokogiri, and curl.
2018-01-01 18:49:07 +00:00
# Features
- Keep track of historical data using regularly generated CSV files
2018-01-01 18:49:07 +00:00
- Does not use the API (since the rate-limit is too low at 1k/day)
2018-01-01 19:48:29 +00:00
+ We need to checkout around 15k restaurant status (closed or not)
- Keep track of whether restaurant is still alive or not
- Tweet any restaurant closures (or any new openings)