forked from huntwelch/MongoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
vinaypai/MongoBot
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- Python 99.4%
- Other 0.6%