Skip to content

IRC bot for screwing around. Named not for MongoDB, but after Mongo from Blazing Saddles.

Notifications You must be signed in to change notification settings

vinaypai/MongoBot

 
 

Repository files navigation

Getting Started
===============

    mkvirtualenv MongoBot
    pip install -r requirements.txt
    
    To run bot: python medulla.py
    To run bot persistently so it will recover from crashes: ./lighting.sh 

    To create a new command category: python newbrains.py category_name
    This will create a file called category_name.py in brainmeats, with
    a class Category_name. Loading of this class will be automated, no
    other files need to be altered.

To Do
=====

    TODO: finish holdem, needs testing and split pots probably don't work
    TODO: stabilize redmine
    TODO: simplify stocks files
    TODO: fix rate limiting problems with acro
    TODO: stock game: account for splits and reverse splits

About

IRC bot for screwing around. Named not for MongoDB, but after Mongo from Blazing Saddles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%