https://github.com/noticeable-app/stripe-plan-csv-importer
Import Stripe plans from a CSV file got on the Stripe UI
https://github.com/noticeable-app/stripe-plan-csv-importer
csv import plans python stripe
Last synced: 10 months ago
JSON representation
Import Stripe plans from a CSV file got on the Stripe UI
- Host: GitHub
- URL: https://github.com/noticeable-app/stripe-plan-csv-importer
- Owner: noticeable-app
- Created: 2018-01-07T16:40:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T17:08:49.000Z (over 8 years ago)
- Last Synced: 2025-01-22T05:42:24.280Z (over 1 year ago)
- Topics: csv, import, plans, python, stripe
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Import Stripe plans from CSV file
Reads a Stripe plans CSV file exported from the Stripe UI and creates plans in the desired account.
## Requirements
```
pip install stripe
```
## Usage
```
./plan-importer.py sk_test_xxxxxxxxxxxxxxxxxxxxxx /path/to/plans.csv
```