Skip to content

PyForce/rosie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rosie

Extensible robot control application

Getting started

Before you start you must install the dependencies:

$ pip install -r requirements.txt

When everything its correctly configured you can run rosie like this:

$ ./rosie.py start

Settings

A file named config in the application root will be readed for application configuration and module loading.

Here's an example of how this file looks like:

[general]
profile = simubot

[ordex]
active = True

[restAPI]
active = True

Releases

No releases published

Packages

No packages published

Languages