Skip to content

mehuaniket/paisa_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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