The vinted_go application serves as an agent for items being posted to Vinted marketplace. The app can filter the nationality of sellers (Poland, Czech or Slovak) posting the items.
After running the vinted_go, you can see the Discord bot online. if so, enter any url of vinted marketplace you wish to be notified about and wait for new items.
discl.: app was tested only for https://wwww.vinted.sk domain
requirements:
- go >1.24
- Discord
- Linux OS
- Fill the
.envfile as the.env_examplesays cdinto repositorygo build -ldflags "-s -w"./vinted_go
requirements:
- running docker
docker build -t vinted_go_img .docker run -d -it --rm --name vinted_go_running vinted_go_img
To see logs:
docker logs -f vinted_go_imgTo enter the container's shell:docker container exec vinted_go_img bash
smatand
deletion of items db instead of json
