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
- Host: GitHub
- URL: https://github.com/openbankproject/hello-obp-oauth1.0a-python
- Owner: OpenBankProject
- Created: 2015-01-20T19:54:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T11:11:32.000Z (over 8 years ago)
- Last Synced: 2025-04-13T21:07:18.269Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 13
- Watchers: 9
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```