A local tool to help you manage your Vinted account super fast ! Interface in French only for now.
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 |
---|---|---|
Conversation Cleanup | Auto-delete conversations after x months of inactivity | โ Done |
Ad Refresh | Automatic refreshing of listings | โ๏ธ Under Refactoring |
Sales Analytics | Export transactions, generate graphs & statistics | ๐ To Be Done |
Annual Reports | Yearly compatible reporting system | ๐ To Be Done |
Favorite Messages | Quick-copy system for 5 favorite messages | ๐ To Be 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 |
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.