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 details)
Built Distribution
vkmix-1.5-py3-none-any.whl
(8.8 kB
view details)
File details
Details for the file vkmix-1.5.tar.gz
.
File metadata
- Download URL: vkmix-1.5.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 438fadf3aaa4f5c42c64c20095bc9054c8c67d62186052567718dcbf659271e2 |
|
MD5 | f2f7abccf50bda5f48ea48df0066edaf |
|
BLAKE2b-256 | de696439e8fc4378773ec2688819f015e5716b3f5e59670f8b4e70a8af52c113 |
File details
Details for the file vkmix-1.5-py3-none-any.whl
.
File metadata
- Download URL: vkmix-1.5-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af10835a05368914af9f75d136b3c3f8510f6c8fb48b381106d4babc5e86a49b |
|
MD5 | 087d172793767e92e78c75add6373c74 |
|
BLAKE2b-256 | bbc873515db3c4e6f53377a667aaa2a09e51ba712e59df1c477b4d544b759ac7 |