Scan Mercari in realtime for new listings containing specific keywords
Uses NestJS & Puppeteer for the backend & Vue 3 for the frontend.
- NodeJS
- NPM
- Chrome Driver, if on linux
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
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.