Skip to content

teloryfrozy/Vinted-API-RevEng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

39 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Vinted Management Tool

A local tool to help you manage your Vinted account super fast ! Interface in French only for now.

Getting Started

Prerequisites for Non-Developers

Before starting, you'll need to install:

First Time Setup

cd frontend
npm install

cd ../backend
pip install -r requirements.txt

Running the Application

# 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.

Features Status

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 โš ๏ธ Not Planned
Thank You Messages Add customizable thank-you messages on shipping labels โš ๏ธ Not Planned
Feedback System Random automated feedback for transactions โš ๏ธ Not Planned
Like Notifications Auto-send notifications to users who liked an item โš ๏ธ Not Planned
Auto Purchase Response Automatic message when a buyer purchases an item โš ๏ธ Not Planned
Item Database Auto re upload for items with multiple copies โš ๏ธ Not Planned

Legal Notice

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.

About

๐Ÿ”“ Automate your Vinted account with their API | Under refactoring

Topics

Resources

Stars

Watchers

Forks