Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
/ SitRep Public archive

Automated data comparison utility that reports its findings via Discord.

License

Notifications You must be signed in to change notification settings

EthanC/SitRep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SitRep

SitRep is an automated data comparison utility that reports its findings via Discord.

Usage

Open config_example.json and provide the configurable values, then save and rename the file to config.json.

SitRep is designed to be ran using a task scheduler, such as cron.

python sitrep.py

Supported Content Types

JSON (JavaScript Object Notation)

  • url: string
  • allowRevert: bool (optional, default true)

Images (PNG, JPG, GIF, etc.)

  • url: string
  • allowRevert: bool (optional, default true)

Text (Raw Plaintext)

  • fileType: string (optional, default txt)
  • url: string
  • allowRevert: bool (optional, default true)

Credits