Skip to content

Instantly share code, notes, and snippets.

View gissong's full-sized avatar

gissong

View GitHub Profile
@gissong
gissong / GoogleMapDownloader.py
Last active June 11, 2018 07:06 — forked from eskriett/GoogleMapDownloader.py
A python script to download high resolution Google map images given a longitude, latitude and zoom level.
#!/usr/bin/python
# GoogleMapDownloader.py
# Created by Hayden Eskriett [http://eskriett.com]
#
# A script which when given a longitude, latitude and zoom level downloads a
# high resolution google map
# Find the associated blog post at: http://blog.eskriett.com/2013/07/19/downloading-google-maps/
import urllib
import Image
@gissong
gissong / tweet_dumper_json.py
Last active November 8, 2016 07:42 — forked from yanofsky/LICENSE
A script to download all of a user's geotagged-tweets into a json
#!/usr/bin/env python
# encoding: utf-8
# modified based on the source code at https://gist.github.com/yanofsky/5436496
# filter the geotagged tagged tweets only
# Contact: songgaogeo@gmail.com
import tweepy #https://github.com/tweepy/tweepy
import json
#Twitter API credentials