Closed exuded closed 2 years ago
Yes, you can enter 1 userid per line in your users.txt.
example:
12345
12346
12347
If you want to run the script every 5 minutes you can run it as a cronjob or if you are on windows you could run it through task scheduler.
I added 1 User ID per line, but when I execute the script, it checks for the first ID in line 1 of users.txt. After that it does not continue with the second User ID, but gives this error log:
Traceback (most recent call last):
File "C:\Users\Synology-vm-1\Downloads\Vinted-Scraper-main\Vinted-Scraper-main\scraper.py", line 343, in
Process finished with exit code 1
I think the format of the request parameters caused this error. Could you try again with the latest version? It should be fixed.
I just putted in 5 IDs and got this error:
Traceback (most recent call last):
File "C:\Users\Synology-vm-1\Downloads\Vinted-Scraper-main V2\Vinted-Scraper-main\scraper.py", line 339, in
Weird.. it only happens at the second user. Turns out it has something to do with the request parameters. Apparently Vinted changed something and the parameter is no longer required so I removed it and now it is working for me.
Hi :) is it possible to input multiple user IDs at once? And how can I get the script to run every 5 mins for example?