Skip to content

A way to track collaborators in an airtable enterprise account

License

Notifications You must be signed in to change notification settings

nafeger/airtable_collaborators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

If you have an enterprise airtable account and struggle with how to identify who has access to what, this project is for you.

First grab this base: https://airtable.com/shrvrts2Ehkv9Ad4m and make a copy of it. Download the code in the repo and setup the venv as shown below.

Then simply run the command:

python3 Runner.py -a [airtable api key] -b [base id] -w [workspace id]

It'll take a minute or so, but you'll then be able to visually inspect the bases, the workspace collaborators and base collaaborators as well as their permissions within the airtable bases we all know and love.

Working on the Repo:

one time:

python3.7 -m venv venv/
source venv/bin/activate
cd app
pip install -r requirements.txt

each time:

source venv/bin/activate

About

A way to track collaborators in an airtable enterprise account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages