Install as Windows Service - noobot/noobot GitHub Wiki

Note: This will only work on Windows - please see https://github.com/noobot/noobot.examples for usage examples.

Noobot is built on TopShelf which means you can both run it as a commandline application and hosted as a Windows Service.

To install as a service simply run the following in command prompt:

noobot.runner.exe install
noobot.runner.exe start

Tadah - all done.