GooLogBot

A lightweight program for reading log files and reporting rows, logged at specific levels, in a google chat


Keywords
logging, chat-bot, google-chat
License
Other
Install
pip install GooLogBot==1.0.0

Documentation

GooLogBot

LogBot is a lighweight customizable google chat bot designed to read log files and report on events, of a specified logging level, in a specific google chat.

  • Author(s): David Marienburg
  • Contributors(s):
  • Maintainer(s): David Marienburg
  • Version: 1.0
  • Last Updated: 2022-07-21

Getting Started

Initial setup of LogBot:

  • For every script you want the bot to monitor add a new entry into the Library/data/log_details.json file
    • Each of these entries must use a format matching the extant entries.

  • If you want LogBot to report into a different google chat change the url starting on line 13 of the logbot.py script.

Other Info