Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
/ vk-slaves Public archive

Simple library for working with the VK Slaves

License

Notifications You must be signed in to change notification settings

altfoxie/vk-slaves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)