Can anyone find an exampple of the API for Airtable.com being used in python. There is documentation but I'm not sure how to get started.
Note, they don't have a client library.
Can anyone find an exampple of the API for Airtable.com being used in python. There is documentation but I'm not sure how to get started.
Note, they don't have a client library.
There is one project on github:
https://github.com/nicocanali/airtable-python
Airtable Python
Python interface to the Airtable's REST API - https://airtable.com
I made one similar to the original one by nicocanali but organized slightly different: https://github.com/gtalarico/airtable-python-wrapper