https://github.com/adbertram/psairtable
https://github.com/adbertram/psairtable
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adbertram/psairtable
- Owner: adbertram
- License: mit
- Created: 2019-03-16T14:05:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T20:06:05.000Z (over 2 years ago)
- Last Synced: 2025-05-03T14:55:56.578Z (about 1 year ago)
- Language: PowerShell
- Size: 70.3 KB
- Stars: 10
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSAirTable
PSAirTable is a PowerShell module for interacting with the AirTable database services.
## How to Use
Once this module has been imported:
1. Create an AirTable account [here](https://airtable.com/signup).
2. Generate your AirTable API key [here](https://airtable.com/account).
6. Run `Save-AirTablePersonalAccessToken -PersonalAccessToken XXXXXXXX` to save your API personal access token encrypted in the Configuration.json file.
3. Create one or more AirTable [bases](https://support.airtable.com/hc/en-us/articles/202576419-Introduction-to-Airtable-bases).
4. Add any base IDs you'd like to query with PSAirTable in the module's Configuration.json file.
7. Run any of the functions in the module to interact with your AirTable records! Be sure to check out the built-in help for each command if you get stuck.