Skip to content

Tags: AlexBurkey/MFAImageBot

Tags

v1.2

Toggle v1.2's commit message
Merge branch 'master' of github.com:AlexBurkey/MFAImageBot

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/issue 24 use reg ex to parse commands (#26)

* Add env cli parameter to easily switch between active deploy and testing

* Add env parameter to run script

* Remove need for commands and major refactor 

* Fixed bugs. Bot appears to be working now

* Update HELP text and add version # to TAIL

* Move/Remove unused functions

Co-authored-by: Alex Burkey <alex.w.burkey@gmail.com>

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/cron job monitoring and deployment (#25)

* Add logs dir to gitignore

* Add cron job monitor script.

Script is run every 10 minutes and prints a separator line and the date
then checks if the bot is currently running and runs the nohup command if not.

NOTE: This script BREAKS if the shell script to run the bot (run.sh) is changed.

* Add todo file

* Add date output

* Remove broken flake8 linter, just doctest for now

* Add GH super linter

* Ignore linting markdown files

* Redirect output of python file to bot logs, run.sh to monitor logs and is-running.sh to cron logs

* Lint all files once

* Uncomment action part of is-running.sh