This branch is a refactored version of smtg I did in 2023 (that used to work) Vinted uses SSR and makes refresh ads features a huge pain, Luckily they are creating an API for pro sellers (closed access only): https://pro-docs.svc.vinted.com/
- Login into your vinted account
- Copy tokens in http://localhost:5173/settings
Before starting, you'll need to install:
cd frontend
npm install
cd ../backend
pip install -r requirements.txt
# Start Frontend (Development)
cd frontend
npm run dev
# OR for Production
npm run build
npm run preview # Access at http://localhost:4173/
# Start Backend (in another terminal)
cd backend
fastapi dev main.py
Note: A Docker version might be released in the future to simplify setup for non-developers.
Feature | Description | Status |
---|---|---|
English translation | Add a language switcher button + i18n translations | โ Done |
Conversation Cleanup | Auto-delete conversations after x months of inactivity | โ Done |
Ad Refresh | Automatic refreshing of listings | โ Good luck |
Sales Analytics | Export transactions, generate graphs & statistics | โ Done |
Favorite Messages | Quick-copy system for 5 favorite messages | โ Done |
Publication Menu | Database-linked posting system with search functionality | ๐ To Be Done |
Shipping Labels | Automatic retrieval of shipping labels | |
Thank You Messages | Add customizable thank-you messages on shipping labels | |
Feedback System | Random automated feedback for transactions | |
Like Notifications | Auto-send notifications to users who liked an item | |
Auto Purchase Response | Automatic message when a buyer purchases an item | |
Item Database | Auto re upload for items with multiple copies | โ Good luck |
This tool is for personal use only and must comply with Vinted's terms of service. Any automated data collection must respect platform policies and user privacy.