Skip to content

unitlinux/photobygeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Parsing photos from Instagram and VK by geographic coordinates.

Default Settings:

#!python

location_latitude = '55.740701' 
location_longitude = '37.609161'
distance = '100'
min_timestamp = 1400619600
max_timestamp = 1400792400
date_increment = 60*60*3 # every 3 hours
instagram_access_token = 'YOUR_INSTAGRAM_TOKEN'

If you want to parse instagram, you should set instagram_access_token. Without access_token program parses VK only.

All results saves to HTML file.

The console log:

screenshot.png

The result looks like this:

screenshot2.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages