Skip to content

CanavarB/VSGEO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages