WelcomeBot icon indicating copy to clipboard operation
WelcomeBot copied to clipboard

Results 28 WelcomeBot issues
Sort by recently updated
recently updated
newest added

Adding spaces so that it becomes more clear.

how can i host this on heroku

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...

bug
first task
status: accepted
type: code

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).

enhancement
first task
status: accepted

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...