GithubHelp home page GithubHelp logo

sts0mrg0 / pyqiwi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mostm/pyqiwi

0.0 1.0 0.0 145 KB

Python QIWI API Wrapper

Home Page: http://pyqiwi.readthedocs.io/

License: MIT License

Python 100.00%

pyqiwi's Introduction

pyQiwi

Релиз на PyPI Статус сборки Статус документации

Python Qiwi API Wrapper

Возможности

  • Оплата любых услуг
  • Переводы на любой Qiwi Кошелек
  • Статистика по платежам
  • История о сделанных платежах в любой промежуток времени
  • Прохождение упрощенной идентификации
  • Определение провайдера мобильного телефона

Установка

$ pip install qiwipy

Использование

import pyqiwi
wallet = pyqiwi.Wallet(token='', number='79001234567')

Быстрый туториал

Получить текущий баланс

print(wallet.balance())

Отправка платежа

payment = wallet.send(pid=99, recipient='79001234567', 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)

Получить комиссию для платежа

commission = wallet.commission(pid=99, recipient='79001234567', amount=1.11)
print(commission.qw_commission.amount)

Для более подробных инструкций, посетите документацию.

pyqiwi's People

Contributors

mostm avatar andrey-reznik avatar doncode avatar gaspero avatar nmrtannhauser avatar megapascal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.