Skip to main content

WeightWatchers eTools Site Scraper

Project description

WWScraper
=========

Introduction
------------
WWScraper is a module designed to scrape the mobile WeightWatchers website.

The following functionality is supported:
Getting current PointsTracker data for any date
Searching the WW Database for foods
Quick Adding foods to the current day's tracker
Adding foods from the WW Database to the current day's tracker.

Note: Food adds from the database only support their default unit of measure.

This module is in no way affiliated with WeightWatchers International, and is
not guaranteed to continue to work in the event of changes to their mobile site.
It requires you have a valid, paid eTools account in order to access this data.

History
-------
I designed this module as I was not happy with the WW website requiring me to
load up a bulky flash app just to search for foods, and the mobile interface
is quite clumsy even in a full blown browser. Being a nerd who spend a lot
of time at the command line, I wanted a way to push points up to the site
without having to fire up a browser.

Requirements
------------
mechanize
BeautifulSoup

Basic Usage
-----------

from WWScraper import WWScrape

# Instantiate the object, and connect
ww_site = WWScrape()
ww_site.connect('wwmobileuser','wwmobilepass')

# Quick add a food
ww_site.quick_add_food('Tacos',4,'Morning')

# Do a food search
potato_data = ww_site.food_search('potato')

# Display our results (provided in tuples)
for result in potato_data:
print "Name: %s, ID: %s, Serving: %s, Points: %s" % result

# Add a food (assuming food_id has the id returned from a search)
ww_site.add_food(food_id,'Anytime')

# Add a food, but we ate twice the default amount listed
ww_site.add_food(food_id,'Anytime',multiplier=2)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

WWScraper-0.21.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file WWScraper-0.21.tar.gz.

File metadata

  • Download URL: WWScraper-0.21.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for WWScraper-0.21.tar.gz
Algorithm Hash digest
SHA256 585a2f67760625d1e13de63c898f58f0e0776ee7d869d3af5421ead636d287ef
MD5 1a376050b7312765c9ac4bf70452e5b1
BLAKE2b-256 7e935e4a629daeec040abd48508b9f41c572c384d78c8d36e4a8bdc2f7473ef9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page