Giter Site home page Giter Site logo

warpaul / supybot-bitcoin-marketmonitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nanotube/supybot-bitcoin-marketmonitor

0.0 2.0 0.0 1.54 MB

Some bitcoin and supybot-related code.

Python 83.62% AppleScript 1.09% Shell 0.10% Perl 0.82% Ruby 0.07% PHP 10.63% CSS 0.31% JavaScript 3.36%

supybot-bitcoin-marketmonitor's Introduction

Supybot Bitcoin Market Monitor

A webapp and set of plugins for supybot that power a rich alternative currency monitoring and trading system over a chat network.

Development Environment Setup

  1. Install GnuPG.

  2. Create a Python environment or virtualenv and activate it.

  3. In that environment:

     pip install ecdsa # For the GPG plugin
     pip install lxml # For the GPGExt plugin
    
  4. Download gribble source code:

     git clone git://git.code.sf.net/p/gribble/code gribble-code
    
  5. Install it in your Python environment:

     cd gribble-code
     python setup.py install
    
  6. Create a directory to be the bot's home and cd to it.

  7. Run supybot-wizard to create the bot's directory structure and initial configuration.

  • Some plugins expect the bot to be present in #bitcoin-otc, #bitcoin-otc-auth, and #bitcoin-otc-ticker
  1. Symlink or copy desired supybot-bitcoin-marketmonitor's directories over to the bot's new plugins directory.

  2. Launch the bot:

     supybot gribble.conf  # Or whatever you've named its configuration file
    
  3. On IRC, identify with the bot using the owner login name and password you set up during supybot-wizard.

  4. On IRC, use supybot's load command to load desired plugins.

  • OTCWebsite is not a plugin, so don't worry about that one.

For more details on supybot installation, see http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Supybot_Install_Guide

Testing

  1. create an empty directory to be used as your test environment, and cd to it.
  2. supybot-test path/to/your/plugins/PluginName for whatever plugin you wish to run the tests for.

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.