Metadata-Version: 2.1
Name: mytracker-export-api
Version: 1.0.0
Summary: Python wrapper for MyTracker Export API.
Home-page: UNKNOWN
Author: Artyom Novopolsky
Author-email: a.novopolsky@corp.mail.ru
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# MyTracker Export API

Python wrapper for MyTracker Export API. You can upload *raw data*, *reports* and *segments* of your apps in a few lines of code.

MyTracker is analytics and attribution system for mobile apps and websites. MyTracker is maintained by VK.

## Installation

```
pip install mytracker-export-api
```

## Starting Out

- Obtain user with API rights in MyTracker
- See provided examples
- Subscribe to our Telegram channel with **news** ([RU](https://t.me/ru_mytracker) / [EN](https://t.me/en_mytracker)) and **support** ([RU](https://t.me/ru_mytracker_chat) / [EN](https://t.me/en_mytracker_chat))

## Documentation

Documentation is available at https://tracker.my.com/docs/api/export-api/about.


