public
Description: Convert BrightKite checkins to GPX format
Homepage: http://www.zenwheel.com/projects/software.html
Clone URL: git://github.com/zenwheel/brightkitegpx.git
brightkitegpx / README
100644 14 lines (10 sloc) 0.599 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A simple perl script that will download the list of places a
particular user has checked in at with BrightKite.com and convert
it to a .GPX file. HINT: you can use GPSBabel to convert a .GPX
file to various formats for use with GPS devices or Google Earth.
 
Version 1.1 adds a simple database to cache entries, so subsequent
calls can add new entries and have a complete history of old entries
(even when they're no longer in the GEO-RSS feed). To reset the
database, remove ~/.bkhistory.db.
 
Version 1.1.1 changes the database to be named
~/.bkhistory.username.db so you can track multiple users.