aphill70 / destalinator

Code for managing Cleanup of Stale Channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

destalinator

Code for managing Cleanup of Stale Channels

Making it work in your environment

You'll need to change configuration.yaml appropriately. warner.py and archiver.py should then work from the commandline. Productionalized automated deployments and running on a schedule are left unspecified because every production environment is unique

Environment Variables

These assume default values in configuration.yaml

SB_TOKEN

  1. Make sure the Slackbot app is installed for your Slack
  2. Add a Slackbot integration, and copy the token parameter from the URL provided

API_TOKEN

The easiest way to get an API_TOKEN is to generate an OAuth test token.

It's not nice, but it's simple and avoids the whole callback-URL-oauth-request-app-creation dance.

About

Code for managing Cleanup of Stale Channels

License:Apache License 2.0


Languages

Language:Python 100.0%