samuel-ping / food-mood

Get a restaurant suggestion based off of your visible mood!
0 stars 0 forks source link

Yelp review scraper? (long term goal) #10

Closed samuel-ping closed 4 years ago

samuel-ping commented 4 years ago
  1. Use bs4 in python to scrape yelp reviews of nearby restaurants
  2. Start with the emotion analysis api to perform emotion analysis on reviews
  3. ???
  4. profit
samuel-ping commented 4 years ago

wait no i dont even need to scrape reviews because i can get them from the yelp api

samuel-ping commented 4 years ago

wait no the api gives a link to the review which i then need to use bs4 to extract the whole review

samuel-ping commented 4 years ago

emotion analysis apis https://rapidapi.com/twinword/api/text-similarity https://www.paralleldots.com/emotion-analysis

samuel-ping commented 4 years ago

i tried