Skip to main content

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

Build

git clone https://github.com/alekssamos/vkmix.git
cd vkmix

python3 -m pip install --user --upgrade setuptools wheel

python3 setup.py build
python3 setup.py sdist bdist_wheel

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

vkmix-1.1.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

vkmix-1.1-py3-none-any.whl (8.7 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