Tools to re-publish your own Vinted listings faster — a browser extension and a Telegram bot.
Revinted bundles two independent tools that solve the same problem from different angles: re-creating one of your Vinted listings without retyping every field. Pick whichever fits your workflow — they don't depend on each other.
| Folder | What it is | Use it when |
|---|---|---|
extension/ |
Firefox / Chrome extension. Saves a listing from its edit page, then auto-fills the new listing form. | You publish from a desktop browser and just want a faster manual flow. |
telegram-bot/ |
Node.js Telegram bot. Lists your active items and republishes them on demand via Playwright. | You want to trigger republishes from your phone, batch them, or rewrite titles/descriptions with an LLM. |
Both tools target vinted.fr by default. The bot reads VINTED_BASE_URL if you need another locale; the extension's manifest.json lists matching domains.
- Just trying it out? Start with the extension — no Node, no tokens, click to install.
- Want automation? The bot gives you a chat interface, multi-account support, image hash variation, and optional LLM rewrites.
- Both is fine — they read/write different state and won't conflict.
This is a personal project shared in case it's useful. It depends on Vinted's UI and internal API, so things will break when they change. PRs welcome but no support guarantees.
Use this only on listings you own. Respect Vinted's Terms of Service and your local rules — this project doesn't endorse spam, scraping of other users' data, or any abusive use.
MIT — see LICENSE.