Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Latest commit

 

History

History

count_loan_repaid_events

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Count Loan Repaid Events

  1. Create and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
  1. Install the dependencies:
pip3 install -r requirements.txt --upgrade
  1. Set the PNGME_TOKEN environment variable using your API token from admin.pngme.com:
export PNGME_TOKEN="eyJraWQiOiJcL3d..."
  1. Run the example:
python3 main.py