Skip to main content

Python wrapper for FatSecret REST API

Project description

https://badge.fury.io/py/fatsecret.svg Downloads

This library provides a lightweight python wrapper for the Fatsecret API with the goal of making it easier to visualize the data retrieved from the API. To that end, this library will usually return lists of identical elements for ease of plotting, discarding extra header fields that the Fatsecret API otherwise includes. All API calls return either a single or list of JSON dictionaries.

Installation

Install the module via pip:

$ pip install fatsecret

or easy_install:

$ easy_install fatsecret

Config

Register for a developer account at Fatsecret. You will need your Consumer Key and Consumer Secret key for your application.

Usage

Fatsecret supports both delegated and public calls. Only through delegated calls can you access Fatsecret user profile data.

If you’re only interested in the public data you only require a session to make HTTP requests:

from fatsecret import Fatsecret

fs = Fatsecret(consumer_key, consumer_secret)

Once you have created a session then you can start reading from Fatsecret’s public food and recipe database

foods = fs.foods_search("Tacos")

Refer to the documentation for further examples and detail

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

fatsecret-0.2.3.tar.gz (8.6 kB view hashes)

Uploaded Source

Supported by

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