Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srijanmukherjee/sms-decoder
- Owner: srijanmukherjee
- Created: 2024-04-26T06:42:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T14:07:28.000Z (7 months ago)
- Last Synced: 2024-04-28T08:24:22.336Z (7 months ago)
- Language: Python
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```