Skip to content
/ rk-spatula Public

Library for scraping data from RunKeeper.com (use responsibly!)

Notifications You must be signed in to change notification settings

tjh/rk-spatula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Description

Library for scraping RunKeeper.com data (please use responsibly)

Examples

Get the total miles for all activities in March, 2012 for user 'timharvey':

Runkeeper.monthly_miles('timharvey', 2012, 3) # => 141.56

Get information about a specific activity:

activity = Runkeeper::Activity.new('/user/timharvey/activity/68786033')
activity.miles           # => 9.89
activity.started_at.to_s # => '2012-01-30T17:21:55+00:00'
activity.number          # => '68786033'

License

This code is Uncopyrighted. Its author, Tim Harvey, has released all claims on copyright and has put all the content of this code into the public domain.

No permission is needed to copy, distribute, or modify the content of this code repository. Credit is appreciated but not required.

About

Library for scraping data from RunKeeper.com (use responsibly!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages