Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srijanmukherjee/sms-decoder

Extract information from bank transaction sms
https://github.com/srijanmukherjee/sms-decoder

Last synced: 9 days ago
JSON representation

Extract information from bank transaction sms

Awesome Lists containing this project

README

        

# sms-decoder
Extract information from bank transaction sms

## Running instructions

```shell
# setup virtual env
python -m venv .venv
source .venv/bin/activate

# install dependencies
pip install fire pandas

# run interactive decoder
python src/decoder.py
```