Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
geduldig committed Jul 9, 2016
1 parent e574395 commit 33a1212
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 59 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ See TwitterAPI documentation.

Geocoder
--------
The geocoder uses Google Maps API to get latitude and longitude from a human-readable address. See pygeocoder package for details. Google will attempt to geocode anything. (If you say your location is The Titanic, Google will geocode the shipwreck.)
The geocoder uses Google Maps API to get latitude and longitude from a human-readable address.

All geocode is cached to avoid duplicate requests. Geocode requests are throttled to avoid exceeding the rate limit. See Geocoder.py for more information.

Expand All @@ -44,7 +44,3 @@ Dependencies
* TwitterAPI
* pygeocoder
* Fridge

Contributors
------------
* Jonas Geduldig
47 changes: 0 additions & 47 deletions README.txt

This file was deleted.

4 changes: 2 additions & 2 deletions TwitterGeoPics/Geocoder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Jonas Geduldig"
__author__ = "boxnumber03"
__date__ = "December 20, 2012"
__license__ = "MIT"

Expand Down Expand Up @@ -292,4 +292,4 @@ def print_stats(self):
# sys.stdout.write(cache)
stats = stats + cache

return stats
return stats
2 changes: 1 addition & 1 deletion TwitterGeoPics/SearchOldTweets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Jonas Geduldig"
__author__ = "boxnumber03"
__date__ = "December 20, 2012"
__license__ = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion TwitterGeoPics/StreamNewTweets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Jonas Geduldig"
__author__ = "boxnumber03"
__date__ = "December 20, 2012"
__license__ = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions TwitterGeoPics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'TwitterGeoPics'
__version__ = '2.2.4'
__author__ = 'Jonas Geduldig'
__author__ = 'boxnumber03'
__license__ = 'MIT'
__copyright__ = 'Copyright 2013 Jonas Geduldig'
__copyright__ = 'Copyright 2013 boxnumber03'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def read(*filenames, **kwargs):
setup(
name='TwitterGeoPics',
version=TwitterGeoPics.__version__,
author='Jonas Geduldig',
author_email='[email protected]',
packages=['TwitterGeoPics'],
package_data={'': []},
Expand Down

0 comments on commit 33a1212

Please sign in to comment.