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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
patron_campaign_idThe Patreon campaign ID to fetch patrons from.yes""
patron_access_tokenThe access token for the Patreon API.yes""
get_tiersWhether to fetch tiers. Accepts true or false.nofalse
file_pathThe directory path to save the output file.no./
file_nameThe name of the output file, e.g., patrons.lua or patrons.json.nopatrons.lua
output_formatThe output format of the file. Options: lua or json.nolua

no outputs