WelcomeBot
WelcomeBot copied to clipboard
Adding spaces so that it becomes more clear.
how can i host this on heroku
e.g `_foo_` is saved as foo
Right now we import the welcome message from a settings file and attach it to an instantiated bot, but with this method we can't dynamically include the username with the...
Because readability is more important than saving a little bit of space! Rules for keyword arguments are [here](https://docs.python.org/release/1.5.1p1/tut/keywordArgs.html).
It's good practice to use a configuration format for pulling in configurable options. This Issue is to suggest using PyYAML to achieve this. See http://pyyaml.org/
We should enable Travis CI [1] to run automated tests to validate pull requests. Before this can happen we should: - Enable tox for running pep8 and unittest suite see...