Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 611 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 611 Bytes

Paisa Core - 5Paisa API client (Python SDK)

(still under development)
Python library for 5paisa trading APIs.

Installation

  • Clone the repository. (Only supports python3)
git clone https://github.com/kodani/paisa_core.git
cd paisa_core
pip setup.py install

Usage

  • Create new directory and copy main.py.
  • Create env file.
mv .env.template .env
chmod +x .env 
  • Provide all the variables from app credentials you have and user authentication detail. You can execute .env with following command.
./.env
  • Run main.py.
python main.py