tencent mta client is python sdk encapsulate for tencent mta api
Project description
Tencent MTA Client
What is Tencent MTA Client?
腾讯移动数据分析平台(MTA)的python SDK
Programming Language
- python 2.7
- python 3.7
Installation
pip install tencent-mta-client
Quick Start
from tencent.mta.client import MtaClient
class Test_MtaClient(unittest.TestCase):
def setUp(self):
self._mta = MtaClient("<your_api_id>", "<your_app_key>")
def test_GetUserActiveData(self):
data = self._mta.GetUserActiveData('2020-03-01', '2020-03-07')
print(data)
def test_GetUserBasicData(self):
data = self._mta.GetUserBasicData('2020-03-01', '2020-03-07')
print(data)
Functions List
- 应用基本指标
- 应用基本指标
- Other(按需封装,欢迎pull request or mail to me)
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
File details
Details for the file tencent-mta-client-0.1.3.tar.gz.
File metadata
- Download URL: tencent-mta-client-0.1.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aef73229810ac9f6843391dbc7f8767d6bdb044a24ee6689b406a3e8bf3ad575
|
|
| MD5 |
4e94e746382c9c74cdd8d8f68cf1b7c4
|
|
| BLAKE2b-256 |
7c26f5e6440737290b3ce65e68441fe1749a8893977cb1cbfeb2629bd043ec26
|