Skip to content

lgarron/backup-airtable.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

backup-airtable

Airtable supports online snapshots, but no way to take home your data.

Usage

# Replace (fake) sample data with your data.

export AIRTABLE_API_KEY=keyAf4JcAuRJkr2AA
./backup-airtable.py appSD3jreJRer3Rer "Table 1" "Other Table" "One More Table"

Right now, backup-airtable assumes every table has a Grid view, and backs up that view.

Limitations

Right now, you have to list every table by hand, rather than just specifying the base ID. I can only hope that Airtable doesn't have a nefarious reason for this, but they haven't added it to their API yet.

About

Back up data from Airtable to JSON files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages