Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 823 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 823 Bytes

Venmo Project

Scripts for the Venmo project.

#1. GET NUMBER OF TRANSACTIONS DATEWISE.#

python3 datewise_transactions_count.py [path to the input json file] [path to the output file]
Example:
python3 datewise_transactions_count.py /Users/rajattan/venmo/dummy.json ./transactions_date_wise.txt

#2. GET NUMBER OF TEXTUAL TRANSACTIONS IN ENGLISH DATEWISE.#

python3 datewise_textual_transactions_count.py [path to the input json file] [path to the output file]
Example:
python3 datewise_textual_transactions_count.py /Users/rajattan/venmo/dummy.json ./tx_transactions_date_wise.txt