A simple tool that does the following:
- Tracks whether a list of predefined processes are running on the local machine
- Displays each process status via Discord bot
Before starting, ensure you have a working python3 installation and discord.py is installed. You are also expected to setup and configure your own Discord bot as that is not in the scope of these instructions.
- Create
token.txt
in this directory and paste your bot token - Make a copy of
config_example.txt
and rename it toconfig.txt
- Add your processes following the
name,processname
format in the example file - Run
discord_process_tracker.py
- Go to your desired channel and enter
$spawn
to start the bot