Skip to main content

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

tencent-mta-client-0.1.2.tar.gz (3.7 kB view hashes)

Uploaded Source

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