Skip to content
/ lootr Public

Get your money off a card! A stripe based flask app that allows you to get your money off a card if the provider won't allow you to.

Notifications You must be signed in to change notification settings

mjhough/lootr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Get your money back from a card that doesn't allow transferring the money out

Steps to get working:

  1. Install the dependencies with the below command.
pip install flask python-dotenv stripe
  1. Create a stripe account and add the keys to the .env file in the below format. Note that you must also include your desired currency (lower case).
STRIPE_KEY=secret_key_here
STRIPE_PUBLISHABLE=stripe_publishable_here
CURRENCY=your_currency_here
  1. Start the server by typing python app.py
  2. Open localhost:5000 in your browser and follow the prompts!
  3. Get your money back!

About

Get your money off a card! A stripe based flask app that allows you to get your money off a card if the provider won't allow you to.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published