Skip to main content

ManyChat API Python library

Project description

ManyChat API Python library

Installation

Using pip (recommended):

python3 -m pip install manychat-api-python

Manually:

python3 setup.py install

Usage

After installing the library, you need to get the ManyChat API token in the API tab of the settings of your page at manychat.com. Here are some examples of the library usage with 1234567890123456:1234567890ABCDEFGHIJKLMNOPQRSTUV API token:

As an instance (recommended):

import ManyChat

api = ManyChat.API('1234567890123456:1234567890ABCDEFGHIJKLMNOPQRSTUV')
page_info = api.fb.page.getInfo()

As a singleton:

import ManyChat

ManyChat.API.init('1234567890123456:1234567890ABCDEFGHIJKLMNOPQRSTUV')
page_info = ManyChat.API.fb.page.getInfo()

Documentation

List of available ManyChat API methods you can get at the ManyChat API homepage.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

manychat-api-python-0.0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

manychat_api_python-0.0.1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page