Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 957 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 957 Bytes

LLM Review Scraper

Scraping Google Maps review using Puppeteer and create Sentiment Analysis summary using LLM.

Notes: Current update still not supported short link Google Maps.

Installation

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

Usage

// after adding API_KEY run:
npm run install
npm run dev

Paste Google Maps Review URL on terminal using command CTRL + SHIFT + V

Contributing

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.

License

MIT