Giter Club home page Giter Club logo

cexbot's Introduction

cexbot

A bot for the cex.io cryptocurrency mining marketplace

this is a really early version, recommend you check updates frequently

Signup

  1. Go to cex.io
  2. Click signup
  3. Fill out form, confirm etc.
  4. Once signed up go to https://www.cex.io/trade/profile
  5. Scroll down to API Access
  6. Optional enter your IP address
  7. Check all API access permission boxes
  8. Click 'generate'
  9. Copy the key and secret (see Config section)
  10. Click 'activate'
  11. Click the link in the activation email to confirm API access

Install

The easiest way to install is with pip, it will download the package, build it and place cexbot-cli in your path. If you don't have pip on your machine see "How do I install pip on OS X" (tl;dr: sudo easy_install pip or brew install python)

pip install cexbot

If you have previously installed cexbot you will need to run an upgrade:

pip install -U cexbot

Dev Install

If you would like to contribute to the code:

git clone --depth=0 https://github.com/nikcub/cexbot.git

pip install -r requirements.txt

Config

cexbot needs to know your username, API key and secret.

Configuration options are specified with the config command line option.

$ cexbot-cli config --list
cex.username = nikcub
cex.secret = secret
cex.apikey = api

Set each config option with:

cexbot-cli config cex.username nikcub

and then set your api key and secret:

cexbot-cli config cex.apikey <your_key>

cexbot-cli config cex.secret <your_secret>

If you have a local editor installed, you can edit your config directly with:

cexbot-cli config --edit

Once you have those values defined, you can test that they work with:

cexbot-cli config --testauth

Usage and Help

see

cexbot-cli -h

new features being added all the time.

Update

Update frequently, new features being added all the time.

cexbot-cli update

cexbot's People

Contributors

nikcub avatar

Watchers

Magnus Borg 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.