Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
/ hipchat-fitbit Public archive

A hastily hacked together script to update your Hipchat status with your total step count from Fitbit.

License

Notifications You must be signed in to change notification settings

kb/hipchat-fitbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hipchat Fitbit

A hastily hacked together script to update your Hipchat status with your total step count from Fitbit.

Setup

  • Create a Fitbit OAuth app
  • Add the Client Key and Client Secret to file at the root of the script directory called .fitgem.yml
oauth:
  consumer_key: "your consumer key here"
  consumer_secret: "your consumer secret here"
  • Goto your Hipchat Account Settings and create an APIv2 OAuth bearer token
  • Add the generated token and your Hipchat login email to a file at the root of the script directory called .hipchat.yml
:email: "your hipchat login email"
:oauth:
  :token: "your APIv2 OAuth bearer token"
  • (Optional) Setup a rvm or rbenv gemset
  • Install bunder via gem install bundler
  • Install gems via bundle install
  • Run the script via terminal ./update_status
    • The first time through will require you to authorize your Fitbit OAuth app

About

A hastily hacked together script to update your Hipchat status with your total step count from Fitbit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published