Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 928 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 928 Bytes

mercari-bot

Scan Mercari in realtime for new listings containing specific keywords

Uses NestJS & Puppeteer for the backend & Vue 3 for the frontend.

Requirements

  • NodeJS
  • NPM
  • Chrome Driver, if on linux

Installation

Frontend

git clone https://github.com/mandrillxx/mercari-bot.git
cd mercari-bot/frontend
npm install
npm run dev

Backend

git clone https://github.com/mandrillxx/mercari-bot.git
cd mercari-bot/backend
npm install
npm run start:dev

Then just head to https://localhost:5173/ to view all the listings To change what keyword is being monitored, edit backend/.env

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.

License

MIT