nafeger / airtable_collaborators

A way to track collaborators in an airtable enterprise account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 100.0%