This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| ############################################################################################### | |
| # | |
| # Basic Pinging API, to make calls to Google Geolocation API per second | |
| # Uses Ratelimiting, for limiting the calls to one second only... | |
| # | |
| # * This app, uses a `.json` file [calls.json], for getting Lat/Lons, that needs to be | |
| # reversegeocoded using the Google API... | |
| # * Uses Formatter, to format String, as required... |
NewerOlder