/origamibot-examples

Example bot built on OrigamiBot python library

Primary LanguagePython

OrigamiBot-examples

This repo contains various examples of using origamibot python library

Running examples

  1. Clone this repo

    git clone https://github.com/cmd410/origamibot-examples.git
    

    or download as zip

  2. make sure you have dependencies installed:

    pip install -r requirements.txt
    

    or

    pip install -r requirements-green.txt
    

    for running green_bot.py which is the same thing but working on gevent

  3. run either main.py or green_bot.py