File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1- # Minimal Pythin warpper for Stripe
1+ # Minimal Python Warpper for Stripe
22
33This minimal library pulls the products from Stripe in ` JSON ` format.
44
55<br />
66
7- ## ✨ Quick Start
7+ ## Quick Start
88
99<br />
1010
11- > 👉 ** Step 1** - Create ` .env ` using provided ` env.sample `
11+ > ** Step 1** - Create ` .env ` using provided ` env.sample `
1212
1313 Add ` .env ` file in your projects root directory and add the following credentials
1414
@@ -18,7 +18,7 @@ STRIPE_API_KEY=<REAL_VALUE_HERE>
1818
1919<br />
2020
21- > 👉 ** Step 1** - Install ` dependencies `
21+ > ** Step 1** - Install ` dependencies `
2222
2323``` bash
2424$ python -m venv env
@@ -28,7 +28,7 @@ $ pip install -r requirements.txt
2828
2929<br />
3030
31- > 👉 Pull the products from Stripe dashboard
31+ > Pull the products from Stripe dashboard
3232
3333``` bash
3434$ python run.py
@@ -42,4 +42,14 @@ The products are saved in `products.json`. Available props:
4242- ` images `
4343- ` price `
4444
45- <br />
45+ <br />
46+
47+ ## Credits & Links
48+
49+ - Free [ support] ( https://appseed.us/support ) via Email & Discord
50+ - [ Stripe Dev Tools] ( https://stripe.com/docs/development ) - official docs
51+
52+ <br />
53+
54+ ---
55+ ** Python Warpper for Stripe** - Free library provided by [ AppSeed] ( https://appseed.us ) .
You can’t perform that action at this time.
0 commit comments