Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python and the Airtable API

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.

like image 563
MikeVaughan Avatar asked Dec 14 '22 16:12

MikeVaughan


1 Answers

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

like image 197
ndpu Avatar answered Dec 27 '22 20:12

ndpu