This repo contains various examples of using origamibot python library
-
Clone this repo
git clone https://github.com/cmd410/origamibot-examples.git
or download as zip
-
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 -
run either
main.py
orgreen_bot.py