Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/vsco-scraper", line 8, in
sys.exit(main())
^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/vscoscrape/vscoscrape.py", line 842, in main
with open(args.username, "r") as f:
^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'username of the user to scrape'
Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/vsco-scraper", line 8, in
sys.exit(main())
^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/vscoscrape/vscoscrape.py", line 842, in main
with open(args.username, "r") as f:
^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'username of the user to scrape'