Scraping Google Maps review using Puppeteer and create Sentiment Analysis summary using LLM.
Notes: Current update still not supported short link Google Maps.
Installation
-
Make sure you have installed Node.js
-
Clone the repository.
-
On .env file add API_KEY from Google Gemini
-
Run:
npm install
-
On .env file add API_KEY from Google Gemini
// after adding API_KEY run:
npm run install
npm run dev
Paste Google Maps Review URL on terminal using command CTRL
+ SHIFT
+ V
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Thanks to Kylie Ying for inspiring the ideas.