Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

rwst/patchbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The patchbot only needs a Sage install and is started with

    python patchbot.py [options]

Type --help for a list of options, though most configuration is done via an
optional JSON config file. This is what is invoked by sage --patchbot [...]

The server needs a Python with Flask and mongod installed.  Installing numpy
and PIL will allow multi-colored blurbs.  Start a monitoring loop with

    python run_server.py

Currently, the server is set up to run on port 21100, communicating with
a mongod instance running on 21002.

Packages

No packages published

Languages

  • Python 98.1%
  • Shell 1.9%