You need to have nodejs installed.
run npm install
to install the dependencies.
create a file named .werewolf-dcrc
with your credentials:
{
"email_address": "address@example.com",
"email_password": "password"
}
to start the bot run npm run start