repooc/fetch-patrons
Fetch a list of patrons from the Patreon API and and create a new file and directory to store the list in a Lua table.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| patron_campaign_id | The Patreon campaign ID to fetch patrons from. | yes | "" |
| patron_access_token | The access token for the Patreon API. | yes | "" |
| get_tiers | Whether to fetch tiers. Accepts true or false. | no | false |
| file_path | The directory path to save the output file. | no | ./ |
| file_name | The name of the output file, e.g., patrons.lua or patrons.json. | no | patrons.lua |
| output_format | The output format of the file. Options: lua or json. | no | lua |
Outputs
no outputs