/VSGEO

Open Source Intelligence Tool for VSCO

Primary LanguagePythonMIT LicenseMIT

VSGEO

icon

Open Source Intellegent Tool for VSCO

Getting Started

Installing

To install:

 $ git clone https://github.com/CanavarB/VSGEO.git # Clone the repo
 $ cd VSGEO                                        # Change the directory
 $ pip install .                                   # Install with pip

Usage

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

Options

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.

Author

Inspired By

License

This project is licensed under the MIT License.