No project description provided
Project description
Python wrapper for vkmix.com API.
Installing
python3 -m pip install git+https://github.com/alekssamos/vkmix.git
or
python3 -m pip install vkmix
Using
from vkmix import VkMix vkm = VkMix("YOURKEY") print("Баланс: ", vkm.getBalance()) task = vkm.createTask( network = "vk", section = "likes", link = "https://vk.com/wall-139740824_2687166", count = 10, hourly_limit = 5, amount = 5 ) print("Создано задание: ID ", task["id"]) print("Получить все задания на аккаунте: ", vkm.getTasks())
Runing tests
git clone https://github.com/alekssamos/vkmix.git cd vkmix python3 -m pip install -r requirements-dev.txt python3 -m unittest # or python3 -m tox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vkmix-1.5.tar.gz
(7.7 kB
view hashes)
Built Distribution
vkmix-1.5-py3-none-any.whl
(8.8 kB
view hashes)