Author Topic: [Python] Price Feed Script for BitShares 2.0  (Read 31900 times)

0 Members and 1 Guest are viewing this topic.

Offline roadscape

http://cryptofresh.com  |  witness: roadscape

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
(If you would like to get notified on changes, please subscribe to this topic!)

Hey there,

I pushed another update for the python-graphene library including a price feed script.

Documentation:
http://python-graphenelib.readthedocs.org/en/latest/pricefeed.html

Sources:
http://github.com/xeroc/python-graphenelib

Requirements
- Python3
Code: [Select]
easy_install-3.4 install autobahn
easy_install-3.4 install requests
easy_install-3.4 install prettytable
easy_install-3.4 install numpy

Installation:
Code: [Select]
python3 setup.py install --userNote: Do to recent changes, everyone using the scripts is required to reinstall the library too!

Meta:
+ Input is welcome
+ Contributions are welcome
+ Sofware provided AS-IS (see license)