Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 460 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 460 Bytes

ToR Tools

A toolchain for TranscribersOfReddit maintenance concerns

Build

~/workspace/tor-tools-go $ make clean all

Usage

#!/usr/bin/env bash

set -euo pipefail

SLACK_CHANNEL='red-alerts'
SLACK_TOKEN='<generate-your-own>'
BOT_USERNAMES='bot1 bot2 bot3'  # <- these are reddit.com usernames

export SLACK_CHANNEL SLACK_TOKEN BOT_USERNAMES
./output/tor-tools-darwin-amd64 # <- for MacOS, otherwise choose your architecture