This project provides a Python-based backend for interacting with the Meroshare API.
- Manages first time setup and share application.
- Reads account details from
Acnt.csvand determines setup flow. - Allows automatic or manual bank selection based on available banks.
- Update
Acnt.csvwith your account details. For initial setup, set the Bank ID to '0'. Once you run main.py, a Bank ID will be provided, which you should then update manually. - Run
main.pyto start the application. - Follow the on-screen instructions for first time setup or share application.
- Python 3.x
- requests