-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47cc8f1
commit 1e85da3
Showing
13 changed files
with
1,026 additions
and
580 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,40 @@ | ||
# Python библиотека для всех [API Яндекс Метрика](https://yandex.ru/dev/metrika/doc/api2/concept/about-docpage/) | ||
# Python client for all [API Yandex Metrika](https://yandex.ru/dev/metrika/doc/api2/concept/about-docpage/) | ||
|
||
Написано на версии python 3.5 | ||
![Supported Python Versions](https://img.shields.io/static/v1?label=python&message=>=3.5&color=red) | ||
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/vintasoftware/tapioca-wrapper/master/LICENSE) | ||
[![Downloads](https://pepy.tech/badge/tapi-yandex-metrika)](https://pepy.tech/project/tapi-yandex-metrika) | ||
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a> | ||
|
||
## Установка | ||
``` | ||
pip install tapi-yandex-metrika | ||
``` | ||
## Installation | ||
|
||
Документация по API [управления счетчиком](https://github.com/pavelmaksimov/tapi-yandex-metrika/blob/master/docs/management.md) | ||
Prev version | ||
|
||
Документация по API [получения отчетов](https://github.com/pavelmaksimov/tapi-yandex-metrika/blob/master/docs/stats.md) | ||
pip install --upgrade tapi-yandex-metrika==2020.10.20 | ||
|
||
Документация по [Logs API](https://github.com/pavelmaksimov/tapi-yandex-metrika/blob/master/docs/logsapi.md) | ||
Last version. Has backward incompatible changes. | ||
|
||
## Зависимости | ||
- requests | ||
- [tapi_wrapper](https://github.com/pavelmaksimov/tapi-wrapper) | ||
pip install --upgrade tapi-yandex-metrika==2021.2.21 | ||
|
||
## Автор | ||
Павел Максимов | ||
## Documentation | ||
|
||
Связаться со мной можно в | ||
[Телеграм](https://t.me/pavel_maksimow) | ||
и в | ||
[API Management](https://github.com/pavelmaksimov/tapi-yandex-metrika/blob/master/docs/management.md) | ||
|
||
[API Stats](https://github.com/pavelmaksimov/tapi-yandex-metrika/blob/master/docs/stats.md) | ||
|
||
[Logs API](https://github.com/pavelmaksimov/tapi-yandex-metrika/blob/master/docs/logsapi.md) | ||
|
||
## Dependencies | ||
- requests | ||
- [tapi_wrapper](https://github.com/pavelmaksimov/tapi-wrapper) | ||
|
||
## Authors | ||
Pavel Maksimov | ||
|
||
[Telegram](https://t.me/pavel_maksimow), | ||
[Facebook](https://www.facebook.com/pavel.maksimow) | ||
|
||
Good luck friend! Put an asterisk;) | ||
|
||
Удачи тебе, друг! Поставь звездочку ;) | ||
|
||
Copyright (c) Pavel Maksimov. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.