Socket
Socket
Sign inDemoInstall

python-tuxexchange-Wrapper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-tuxexchange-Wrapper

Tux Exchange API wrapper for Python 2.7


Maintainers
1

python-tuxexchange

Developed By Sneurlax

https://github.com/sneurlax

Original PyPi

python

Guides For Installation

$ sudo apt-get install python-requests

Use

$ sudo pip install requests

If you have pip installed

On OSX you can also use

sudo easy_install -U requests

if you have easy_install installed.

Windows

This might help: http://stackoverflow.com/questions/17309288/importerror-no-module-named-requests

Dependencies

Usage

See available methods in the Tux exchange API docs

test_manual.py:

from tuxexchange import Tuxexchange

tuxexchange = Tuxexchange()

print tuxexchange.api_query('getcoins')
{'PPC': {'website': 'www.peercoin.org', ...
print tuxexchange.api_query('getticker')
{'BTC_ICN': {'last': '0.00040418', ...

Get Balance api, NEEDS PRIVATE AND PUBLIC KEY ACCESS

from tuxexchange import Tuxexchange

tuxexchange = Tuxexchange()

print tuxexchange.getBalances()
print tuxexchange.getMyWithdrawHistory()
print tuxexchange.getMyAddresses()

Testing

Run unit tests in test.py

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc