Tags: AlexBurkey/MFAImageBot
Tags
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>
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