4

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.

Emmett
  • 14,035
  • 12
  • 56
  • 81
MikeVaughan
  • 1,441
  • 1
  • 11
  • 18

2 Answers2

7

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

ndpu
  • 22,225
  • 6
  • 54
  • 69
  • Hi Could you let me know any GUI for airtable – Ashh Sep 10 '19 at 06:02
  • 1
    @Ashh If you mean web gui - im recommend vue.js (+vuetify). A bit outdated example of using vue.js with data from airtable - https://medium.com/row-and-table/an-basic-intro-to-the-airtable-api-9ef978bb0729 – ndpu Sep 10 '19 at 10:37
  • How can I use airtable with nodejs? Is there any project you can share with me please – Ashh Sep 16 '19 at 09:46
5

I made one similar to the original one by nicocanali but organized slightly different: https://github.com/gtalarico/airtable-python-wrapper

gtalarico
  • 4,409
  • 1
  • 20
  • 42