Skip to main content

Unoffical python client for TooGoodToGo API

Project description

Actions Status codecov

tgtg-python

Python client that help you to talk with TooGoodToGo API.

Python version: 3.6, 3.7, 3.8

Handle:

  • login
  • list stores (/item/)
  • get a store (/item/<pk>)
  • get all stores (index.php/api_tgtg/list_all_business_map_v5_gz)

Used by:

Install

For now, install it from github (it will be publish in PyPi)

pip install https://github.com/ahivert/tgtg-python/archive/master.zip

Use it

from tgtg import TgtgClient

# login with email and password
client = TgtgClient(email=your_email, password=your_password)

# or you can login with user_id and access_token
# (you can retrieve them from client after logged with email and password)
client = TgtgClient(access_token=your_access_token, user_id=your_user_id)

# You can then get some items, default will get **only** your favorites
client.get_items()

# To get items (not only your favorites) you need to provide location informations
client.get_items(
    favorites_only=False,
    latitude=48.126,
    longitude=-1.723,
    radius=10,
)

# Or get an item
client.get_item(1234)

# get all items **without** auth (with limited fields, used for the map in the app)
client = TgtgClient()
client.get_all_business()

Developers

This project use poetry so you will need to install locally poetry to use following commands.

pip install poetry --user
poetry install

This project use black to format all the code, isort to sort all imports and lint is done by flake8.

Just run this command to format automatically all the code you wrote:

make style

Run this command to run all tests:

make test

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

tgtg-0.1.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tgtg-0.1.1-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file tgtg-0.1.1.tar.gz.

File metadata

  • Download URL: tgtg-0.1.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.6.9 Linux/4.15.0-96-generic

File hashes

Hashes for tgtg-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1eaa79e68488aea61e91bb97593d228d640c813746bd4b66cc3814c01f224783
MD5 5c3b997689df6926f69654d32c82214e
BLAKE2b-256 a9141847b776a5144dc889f9831f0325df526a00ee29e98e78990ea9d2185ff4

See more details on using hashes here.

File details

Details for the file tgtg-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: tgtg-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.6.9 Linux/4.15.0-96-generic

File hashes

Hashes for tgtg-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5b3876891d3c32757c62c21386d690b3cd4984fc1ba1c8026b2c18dab1abaf41
MD5 e525e4ce94ad6fba8778a68446bfbe8f
BLAKE2b-256 5f50a288ca80bf73278895bec017cfbc5932cbbd25f13edef5d2726fd9fe436d

See more details on using hashes here.

Supported by

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