A counting script written in some questionable C++ which should determine if all the values in a channel (excluding MEE6) are valid, ascending incrementally counts. Then, it should send the results of its count over to a channel of your choosing. To run,
- Create an info.json in the template of info_template.json
- Compile the C++ program and run it, or go to (3) for automatic running on a machine.
- Ensure Docker is running
- Run
docker-compose build uwu - Use systemd or some other task scheduler to run
docker-compose up uwuat intervals of your choosing. - Overwrite
runtime/send_leaderboard.flagas a non-zero integer when you wish to send a leaderboard to your status channel.