cexbot
Project description
## 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](https://cex.io/r/0/nikcub/0/)
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"](http://stackoverflow.com/questions/17271319/installing-pip-on-mac-os-x) (*tl;dr: `sudo easy_install pip` or `brew install python`*)
`pip install cexbot`
## Dev Install
`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.
`./cexbot-cli genconfig`
will generate a blank config file at `cex.cnf`. Edit the file and fill in `username`, `key` and `secret`
## Example Config
```ini
[auth]
username = user
apikey = key
secret = secret
```
## Usage
see
`./cexbot-cli -h`
new features being added all the time.
see
`./cexbot-cli listtasks`
## Update
Update frequently, new features being added all the time.
`./cexbot-cli update`
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](https://cex.io/r/0/nikcub/0/)
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"](http://stackoverflow.com/questions/17271319/installing-pip-on-mac-os-x) (*tl;dr: `sudo easy_install pip` or `brew install python`*)
`pip install cexbot`
## Dev Install
`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.
`./cexbot-cli genconfig`
will generate a blank config file at `cex.cnf`. Edit the file and fill in `username`, `key` and `secret`
## Example Config
```ini
[auth]
username = user
apikey = key
secret = secret
```
## Usage
see
`./cexbot-cli -h`
new features being added all the time.
see
`./cexbot-cli listtasks`
## Update
Update frequently, new features being added all the time.
`./cexbot-cli update`
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cexbot-0.0.10d1.tar.gz
(8.5 kB
view details)
File details
Details for the file cexbot-0.0.10d1.tar.gz
.
File metadata
- Download URL: cexbot-0.0.10d1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ab5610fc48ef5db5a05dce2b1232ba67de7124fce7c74cd62f293a9c605265c |
|
MD5 | d2bb843d0a777ce54c86c53f6a648e30 |
|
BLAKE2b-256 | 205fcccf9e0a90006ba424e1e9bb951a264fa6120400b6a66671e06ac8b0d6c2 |