Skip to content

A python script to Liquidate cash from inactive ngn wallets. The https://dojah.io/ wallet API endpoint was what was used here.

Notifications You must be signed in to change notification settings

Beejay-bot/Liquidate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liquidate

A Python script for liquidating money from dormant NGN wallets This was done via the wallet API endpoint at https://dojah.io.

SETUP

Create your virtual environment

Install the Python venv package

pip3 install virtualenv

Create your env in the same directory.

python3 -m venv venv

Now activate your virtual environments (for Macbooks)

source venv/bin/activate

Install all required packages

pip install -r requirements.txt

Now, in your terminal run the liquidate.py file.

python liquidate.py

API Credentials

Signup to https://dojah.io to get your own API credentials.

About

A python script to Liquidate cash from inactive ngn wallets. The https://dojah.io/ wallet API endpoint was what was used here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages