Introduction

This is the documentation for mobilemoney.py, a library for Python to aid in creating applications that utilise the MTN MOMO API.

Prerequisites

mobilemoney.py works with Python 3.8 or higher. Support for earlier versions of Python is not provided. Python 2.7 or lower is not supported.

Installations

You can get the library directly from PyPI:

# Linux/macOS
python3 -m pip install -U mobilemoney.py

# Windows
py -3 -m pip install -U mobilemoney.py

Install from github repository

$ git clone https://github.com/rewriteapi/mobilemoney.py
$ cd mobilemoney.py
$ python3 -m pip install -U .

Last updated