├── CNAME ├── LICENSE ├── README.md ├── flickr ├── flickr.conf ├── flickr.labels ├── flickr.py ├── flickr.yapsy-plugin └── logo.png ├── instagram ├── instagram.conf ├── instagram.labels ├── instagram.py ├── instagram.yapsy-plugin └── logo.png └── twitter ├── logo.png ├── twitter.conf ├── twitter.labels ├── twitter.py └── twitter.yapsy-plugin /CNAME: -------------------------------------------------------------------------------- 1 | plugins.geocreepy.com 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/README.md -------------------------------------------------------------------------------- /flickr/flickr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/flickr/flickr.conf -------------------------------------------------------------------------------- /flickr/flickr.labels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/flickr/flickr.labels -------------------------------------------------------------------------------- /flickr/flickr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/flickr/flickr.py -------------------------------------------------------------------------------- /flickr/flickr.yapsy-plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/flickr/flickr.yapsy-plugin -------------------------------------------------------------------------------- /flickr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/flickr/logo.png -------------------------------------------------------------------------------- /instagram/instagram.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/instagram/instagram.conf -------------------------------------------------------------------------------- /instagram/instagram.labels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/instagram/instagram.labels -------------------------------------------------------------------------------- /instagram/instagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/instagram/instagram.py -------------------------------------------------------------------------------- /instagram/instagram.yapsy-plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/instagram/instagram.yapsy-plugin -------------------------------------------------------------------------------- /instagram/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/instagram/logo.png -------------------------------------------------------------------------------- /twitter/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/twitter/logo.png -------------------------------------------------------------------------------- /twitter/twitter.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/twitter/twitter.conf -------------------------------------------------------------------------------- /twitter/twitter.labels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/twitter/twitter.labels -------------------------------------------------------------------------------- /twitter/twitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/twitter/twitter.py -------------------------------------------------------------------------------- /twitter/twitter.yapsy-plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilektrojohn/creepy-plugins/HEAD/twitter/twitter.yapsy-plugin --------------------------------------------------------------------------------