Skip to main content

Simple library for working with the VK Slaves

Project description

vk-slaves

Простая библиотека для взаимодействия с игрой Рабы во ВКонтакте.

Установка

$ pip3 install vk-slaves

Использование

Для отправки запросов к игре нужно получить токен VK, например здесь.

Создание клиента

from vk_slaves import Slaves
client = Slaves('token123456')

Взаимодействие

print(client.start())
print(client.top_users())
print(client.slave_list(id=12345678))

client.buy_slave(87654321)

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

vk_slaves-1.2.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

vk_slaves-1.2.0-py3-none-any.whl (3.4 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