{"id":44847636,"url":"https://github.com/vlourme/vintedpy","last_synced_at":"2026-02-17T05:34:57.121Z","repository":{"id":120573528,"uuid":"465691108","full_name":"vlourme/vintedpy","owner":"vlourme","description":"Get alerted on Discord when new Vinted articles are published  🛒","archived":false,"fork":false,"pushed_at":"2025-03-26T06:21:13.000Z","size":41,"stargazers_count":31,"open_issues_count":6,"forks_count":8,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-26T07:26:04.661Z","etag":null,"topics":["alerting","bot","discord","python","vinted"],"latest_commit_sha":null,"homepage":"https://discord.gg/a3TVmq7XXv","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vlourme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-03-03T11:27:57.000Z","updated_at":"2025-03-26T06:21:26.000Z","dependencies_parsed_at":"2023-12-04T22:27:22.380Z","dependency_job_id":"d5b75d03-fd46-4828-b031-bf26dad465d3","html_url":"https://github.com/vlourme/vintedpy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vlourme/vintedpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlourme%2Fvintedpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlourme%2Fvintedpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlourme%2Fvintedpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlourme%2Fvintedpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlourme","download_url":"https://codeload.github.com/vlourme/vintedpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlourme%2Fvintedpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29535013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alerting","bot","discord","python","vinted"],"created_at":"2026-02-17T05:34:56.527Z","updated_at":"2026-02-17T05:34:57.112Z","avatar_url":"https://github.com/vlourme.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://discord.gg/a3TVmq7XXv\"\u003e\n  \u003cimg src=\"https://i.ibb.co/xt4Dbkpq/VintedRT.png\"\u003e\n\u003c/a\u003e\n\n# No more self-host needed! Join our [Discord server](https://discord.gg/a3TVmq7XXv)\n\n\u003e Current state of the project:\n\u003e Open-source project is actually stopped, if someone wants to maintain it, I can give maintainer permissions.\n\u003e The hosted project is still maintained.\n\n# Vinted Alerting Bot\n\nI decided to open-source by Vinted alerting bot. This bot will inform you via Discord message when new articles that correspond to your criteria are posted on Vinted.\n\n## Changelog\n\n### 09/05/2023 — Bug fixes / Important notice\n\nI haven't updated this bot for like a year. This bot is now back working with following changes:\n\n- Fixed major bug due to Lightbulb change in the way of making embedded messages\n- Tokens are now fetched via iOS client instead of web session\n- Added an interval parameter in the environments\n- Removed tenacity and retrying decorators, this may create an infinite loop.\n\n## How it works?\n\nOnce installed, your Discord server will have 3 new commands registered:\n\n```sh\n/subscriptions # Display the list of your subscribed searches with ID\n/subscribe [channel] [url] # Subscribe to a new search and receive alerts in a channel\n/unsubscribe [id] # Unsubscribe of an alert with its ID\n```\n\nOnce you saved a subscription, the bot will fetch new articles every 30 seconds and alert you in case of new findings!\n\n### Creating bot on Discord Developer\n\n1. Create an application on [Discord Developer](https://discord.com/developers/applications)\n2. Create a bot in your application\n3. Copy the `.env.example` file to `.env` and copy/paste the token\n4. Invite your bot by generating an URL (OAuth2 -\u003e URl Generator)\n\n**Important:** Set the following scopes:\n\n- `bot`\n- `applications.commands`\n\nAnd also set the following bot permission:\n\n- Send Messages\n- Embed Links\n- Read Messages/View Channels\n- Use Slash Commands\n\n### Installation\n\nYou must have `python3` and `pip3` installed, Python \u003e3.8 is recommended.\n\n1. Install dependencies: `pip3 install -r requirements.txt`\n2. Start the bot: `python3 main.py`\n\nIf you want to stop the bot, you can just press **CTRL+C** once. Don't spam **CTRL+C**, it may take a few seconds before it completely stop because of the background thread used to sync items.\n\n### Keeping the bot up all the time\n\nI highly recommend running this bot via a service on Linux distributions.\n\nHere is an example of a Linux service, you will certainly need to change paths:\n\n```ini\n[Unit]\nDescription=vinted_scraper\nAfter=network.target\n\n[Service]\nExecStart=python3 /root/vintedpy/main.py\nEnvironmentFile=/root/vintedpy/.env\nRestart=on-failure\nSyslogIdentifier=vinted\nRestartSec=5\nTimeoutStartSec=infinity\n\n[Install]\nWantedBy=multi-user.target\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlourme%2Fvintedpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlourme%2Fvintedpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlourme%2Fvintedpy/lists"}