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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file manychat-api-python-0.0.1.tar.gz
.
File metadata
- Download URL: manychat-api-python-0.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6272dc175cdcb671083795ec6ac4212b287d778423f1d7d9c78efffb5519642a |
|
MD5 | 3383ec326ee651e6ee73d657bc257ee8 |
|
BLAKE2b-256 | 8f259d597d7c627283b694576f47a850760b2e90fdad0590755470863fb4e5b1 |
File details
Details for the file manychat_api_python-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: manychat_api_python-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c9dfbc3b97e6b9f843dc940e9729972f71e7b14b56e336a5044bd2bcac2d7a0 |
|
MD5 | 224b02e5e5219000a1c4027b9f8dce2b |
|
BLAKE2b-256 | 17659a53a17f734c93220337c16ecb0fe271bbdc9d2a988a1f42b7588fc99084 |