🤖 A simple bot that increases the amount of views of all the articles you're selling on Vinted
💸 Boost your sales and items without paying
- Easy configuration / One library needed
- Fetch all articles of a Vinted profile
- Add views to your items undefinitely
This script only needs the requests
package. Install it with:
pip install requests
Then, add the username of the account you want to boost in the config.py file:
config = {
'username' : "YourUsername", #Your username on Vinted
'country' : "FR", #Your profile's main country (eg: FR for France/ES for Spain)
'cooldown' : "true" #True adds a cooldown between views
}
Finally, run python3 main.py
and let the magic begin ✨