Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

aldoea/Lite.Python

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Paybook Lite Python

A light and simple web application to demonstrate how to take advantage of the Paybook Financial API (Sync) to pull information from Mexican Banks and Tax Authority.

Requirements

  1. Python
  2. Flask
  3. Resquests HTTP for Humans
  4. Sync API key

Install (cli / terminal)

  1. git clone https://github.com/Paybook/Lite.Python/

Configure

  1. Insert your api key in /cloud/dependencies/_Constants.py The database is created in RAM setting DB with the special name Python ":memory:" (Each time the application is restarted the database is deleted)
  	# -​*- coding: utf-8 -*​-import oss
	PAYBOOK_LINK = 'https://sync.paybook.com/v1/'
	API_KEY = "YOUR_PAYBOOK_KEY_HERE"
	DB = ":memory:"
	DEBUG_MODE = False

Execute (cli / terminal)

  1. In paybook-lite directory type python main.py command
  2. Open a browser http://localhost:5000/signup
  3. Create a new user
  4. Login http://localhost:5000/login
  5. Add a site account in catalogs http://localhost:5000/catalogs

About

V1.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.