mobilemoney.py documentation
  • welcome to mobilemoney.py
  • Introduction
  • Quick Start
  • Getting Help
  • Reference
    • API Reference
      • Client
        • Collection
        • Disbursements
      • Body details
Powered by GitBook
On this page
  • Prerequisites
  • Installations

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 .
Previouswelcome to mobilemoney.pyNextQuick Start

Last updated 2 years ago