Giter Site home page Giter Site logo

ostpy's Introduction

OSTpy

OSTpy.py is a python module that wraps the OST Developers API.

CLIsamples.py demonstrates how to use each command.

GETTING STARTED

  1. Sign-up on https://kit.ost.com.
  2. Launch a branded token economy with OST KIT⍺ via web-dash board.
  3. Obtain an API Key and API Secret from the OST KIT⍺ Developer API Console
  4. In project directory, create a file called "config.py" and put the following variables in here: api_secret, api_key, company UUID. Get these from developer portal in kit.ost.com. This will be hidden from github
  5. In same directory, create a file called ".gitignore" and type the path to 'config.py'. (If you have already pushed commits with sensitive data, follow this guide to remove the sensitive info while retaining your commits: https://help.github.com/articles/remove-sensitive-data/)
  6. Move OSTpy.py and authenticate.py into your project directory wherever you keep your modules (Soon, OSTpy will be available via pip. But until then...)
  7. Make sure the modules that OSTpy.py and CLIsamples.py import are found by each file.
  8. Open CLIsamples.py in a text editor. To choose command to run, switch 'if False:' to 'if True:' before the desired command.
  9. From command line, run 'python CLIsamples.py' to execute command and see the output logged to terminal.

NEXT STEPS

  • build as a PyPI module

ostpy's People

Contributors

brianedward avatar

Stargazers

Aaron Oxborrow avatar

Watchers

Aaron Oxborrow 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.