Skip to content

spood/vickibotmango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vickibot mango

Makes trades on Kraken based on what Vicki the crypto bot does.

Usage: vickibot.py [args]

Examples:

vickibot.py                                    Waits for Vicki to make a tweet then trades based on that
vickibot.py m [short|long]                     Execute a short or long trade manually

Supported Pairs:

  • ETHBTC

Config

Requirements

  • Python3 and pip3
  • sudo apt-get install python3 python-pip3
  • virtualenv
  • sudo pip3 install virtualenv

To activate virtual python enviroment with it's dependencies - virtualenv --no-site-packages --distribute -p /usr/bin/python3 .venv && source .venv/bin/activate && pip3 install -r requirements.txt

To unactivate and return to normal system python - deactivate

Rename keys.json.preview to keys.json and add your own kraken and twitter keys to it.

Disclaimer

You'd have to be a mad lad to actually use this thing. You're responsible for running this trash.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages