A simple python script to checkup a bee node's health status
The bee node's configuration must have debug-api-enable
set to true
git clone https://github.com/rampall/doctor-bee.git
cd doctor-bee
pip install -r requirements.txt
python3 bee_checkup.py <BEE_DEBUG_API_URL>