eveseat / sde-detector

A simple script to detect new SDE's for import

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeAT

sde-detector

Docker Cloud Build Status

A simple script to detect new SDE's for import. Used to post to the eveseat Discord #sde-bot channel.
Please use the main SeAT repository here for issues.

running

The container should be run as a cronjob with something like this (use crontab -e):

docker run --rm -e WEBHOOK_URL="https://discord.com/api/webhooks/<key>" -v $(pwd)/hash_file:/app/hash_file eveseat/sde-detector

About

A simple script to detect new SDE's for import

License:GNU General Public License v2.0


Languages

Language:Python 86.3%Language:Dockerfile 13.7%