Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T17:08:49.000Z (about 7 years ago)
- Last Synced: 2024-11-21T12:43:40.962Z (3 months 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
```