weightbot

An unofficial API into WeightBot.com
Download

weightbot Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Eric Florenzano
  • Publisher web site:
  • http://code.google.com/u/floguy/

weightbot Tags


weightbot Description

An unofficial API into WeightBot.com weightbot is a Python module, an unofficial API into WeightBot. Right now it's very simple because WeightBot is simple.Here's an example of how you can use it:from weightbot import WeightBotfrom pprint import pprintwb = WeightBot('me@example.com', 'my_password')data = wb.get_data()pprint(data)And then running that program might result in:You could also get at the raw csv file by doing wb.get_csv_data.Hope you enjoy it! Requirements: · Python


weightbot Related Software