(still under development)
Python library for 5paisa trading APIs.
- Clone the repository. (Only supports python3)
git clone https://github.com/kodani/paisa_core.git
cd paisa_core
pip setup.py install
- 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