An open API service indexing awesome lists of open source software.

https://github.com/openbankproject/hello-obp-oauth1.0a-python

Python scripts using OAuth
https://github.com/openbankproject/hello-obp-oauth1.0a-python

Last synced: about 1 year ago
JSON representation

Python scripts using OAuth

Awesome Lists containing this project

README

          

Python Example for OBP API
==========================

## Setup

```bash
$ pip install -r requirements.txt
```

All scripts should run with either Python 2 or 3 .

### settings.py

Edit settings.py to set your preferences like API_HOST, etc. The available settings are documented there.

## Hello OBP

```bash
$ python hello_obp.py
```

## Hello Payments

```bash
$ python hello_payments_v1.4.py
```

The other payments script is kept for historical reasons, better don't use it.

## Import Sandbox

Edit the data to import in the script, then run:

```bash
$ python import_sandbox.py
```