SkillAgentSearch skills...

WindowsErrbot

Quick start for Errbot on Windows with PowerShell Integration

Install / Use

/learn @MattHodge/WindowsErrbot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WindowsErrbot

This repository makes it easy to get an Errbot development environment running on Windows.

<!-- TOC depthFrom:2 --> <!-- /TOC -->

Vagrant

Create an .env.yml file

To prevent secrets getting checked into the repo, create a .env.yml file in the root of the repo.

It should look like the following:

---
configs:
    slack_api_key: xoxb-xxxxx-xxYourAPIKeyxx

Any configs that are added will automatically be added to the Machine level environment variable of the Vagrant box.

Manual Setup

If you want to setup Errbot on an existing Windows machine, you can:

  • Run install_errbot.ps1
  • Make C:\errbot directory and copy in config.py and config_slack.py
  • Make C:\errbot\plugins directory
View on GitHub
GitHub Stars17
CategoryDevelopment
Updated3y ago
Forks7

Languages

Python

Security Score

65/100

Audited on Mar 28, 2023

No findings