- .
- Added dry run mechanism. #13
- Bugfixes
- Prints detailed config information
- Fixed possible error that occurred when script contains non ascii characters
- A wrong path was used when a configfile has to be created
- Creates a config.ini if not found
- all threebot-worker relevant files are now located in
~/3bot/or<virtualenv>/3bot/ threebot-workeris a global available script- Updated README
- Raise exception only when in debug mode
- Improve package setup, install worker.py as package script
- Change location of config- and pidfile
- primary use configfile in the root of the active virtualenv, if this fails use default configfile
- primary create pidfile in the root of the active virtualenv, if this fails use default pidfile
- Catching errors for invalid configfiles
- First release