Skip to main content

Python библиотека для работы с API Одноклассников (API Wrapper ok.ru)

Project description

ok_api PyPI PyPI - Python Version

ok_api - python библиотека для работы с API Одноклассников (API Wrapper ok.ru)

Установка

$ pip install ok_api

Простой пример

from ok_api import OkApi

ok = OkApi(access_token='token', 
           application_key='key', 
           application_secret_key='secret')

print(ok.friends.get())

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

ok_api-1.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

ok_api-1.0.1-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

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