Показать как работать с API QIWI через Python
Показать как работать с API QIWI через Python
Смотреть баланс
Делать перевод
У меня мак.
Знаний в программировании 0.
Задание простое,жду Ваших ставок
Спам ставки буду отклонять
-
Доброго дня. Готовий написати код та пояснити як все працює. Пишіть в лс домовимось
-
463 12 1 Здравствуйте. Готов помочь Вам.
Пишу на Python более 4-х лет. Напишу код и подробно объясню как всё работает.
Ранее работал с Qiwi API.
Для удобства, могу связаться по Skype.
Буду рад сотрудничеству с Вами.
-
Так изи же:
https://github.com/mostm/pyqiwiПолучить текущий баланс
import pyqiwi wallet = pyqiwi.Wallet(token='', number='3801234567') print(wallet.balance())
Отправка платежа
payment = wallet.send(id=99, recipient='3801234567', amount=1.11, comment='Привет!') example = 'Payment is {0}\nRecipient: {1}\nPayment Sum: {2}'.format( payment.transaction['state']['code'], payment.fields['account'], payment.sum) print(example) -
Вот удобная библиотека:
https://github.com/Emberium/SimpleQIWI -
Сторонние модули, вашисчета вам не нужны?
-
Current freelance projects in the category Desktop Apps
Account reconciliation tool with the bank, cards, and accountantTechnical Assignment: Tool for Reconciling Accounts with Bank, Cards, and AccountantGeneral Goal A local tool (script/small application in Python) is needed, which is manually run once every 1-2 months on my computer and performs reconciliation between: Invoices I issued to… Python, Desktop Apps ∙ 8 hours 37 minutes back ∙ 24 proposals |
Add pauses of 10-30 seconds between sending emails.Hello! I am looking for an experienced 1C / BAS (BAF) programmer to promptly resolve a technical issue with email distribution.Problem essence: We use the accounting program BAF (Business Automation Framework), version 2.0. Once a month, there is a need to send about 300 emails… Web Programming, Desktop Apps ∙ 6 days back ∙ 10 proposals |
Reverse engineering of console utilities for querying SSD controllers (Flash ID)1. Purpose of the work Extraction of the application programming interface (API) for interaction with SSD/NVMe controllers from the provided set of console utilities (Phison, Silicon Motion, Realtek, Maxiotek, Marvell, JMicron, etc.). The result should be working code in C/C++… C & C++, Desktop Apps ∙ 6 days 11 hours back ∙ 6 proposals |