A Python script for liquidating money from dormant NGN wallets This was done via the wallet API endpoint at https://dojah.io.
pip3 install virtualenv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python liquidate.py
Signup to https://dojah.io to get your own API credentials.