B
B
Bastax132019-04-16 09:36:05
Python
Bastax13, 2019-04-16 09:36:05

How to make a VK Coin bot?

I need to accept and send payments to VK Coin ( https://vk.com/coin ). Is there any option besides emulating clicks?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anatoly, 2019-04-16
@Bastax13

There is a vkcoinapi library for this .
It can send payments, check the balance, get the latest transactions and a link for direct transfer to the account, and much more.

from vkcoinapi import *
coin = VKCoin(token = 'ваш_токен', merchant_id = ваш_id)

coin.getPaymentURL()
coin.getTransactions()
coin.sendPayment(165275777, 1000)
coin.getBalance()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question