yisonPylkita / splitwise-test-plugin

Me messing around with splitwise API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-splitwise-example

An example Flask application to show the usage of Splitwise SDK

Installation

This application is dependent on Flask and Splitwise python packages. Install these python packages using the commands below:

pip install Flask
pip install splitwise

Register your application

Goto Splitwise and register you application. Use the following -

Homepage URL - http://localhost:5000

Callback URL - http://localhost:5000/authorize

Make note of Consumer Key and Consumer Secret

Set Configuraion

Open config.py and replace consumer_key and consumer_secret by the values you got after registering your application.

Run the application

Goto the cloned repository and type

python app.py

Goto http://localhost:5000/ on your browser.

Contact

Contact naman (dot) aggarwal (at) yahoo (dot) com for any information.

About

Me messing around with splitwise API

License:MIT License


Languages

Language:HTML 51.8%Language:Python 48.2%