Open Source Intellegent Tool for VSCO
To install:
$ git clone https://github.com/CanavarB/VSGEO.git # Clone the repo
$ cd VSGEO # Change the directory
$ pip install . # Install with pip
To scrape location info from a VSCO user:
$ vsgeo <username> --location
or:
$ vsgeo <username> -l
If user's images have location info it will print
Example:
example2.mp4
Option | Secondary Options | Description |
---|---|---|
--location | -l | Scrapes all location information of users in a human-readable way. |
--coords | -c | Scrapes users all location information with coordinates. |
--device | -d | Scrapes all device information, make and model information from user. |
--raw | -r | Scrapes all data from user media and displays it in JSON format. |
--border | -b | It does all the features mentioned above in the same way, but with the given media number or the given range. |
- Canavar B. - Initial work - CanavarB
- Mustafa Abdi - vsco-scraper
This project is licensed under the MIT License.