Send a daily tweet with your Pi-Hole statistics!
pip3 install -U -r requirements.txt
api_path
This will tweet your stats at 23:59 everyday and redirects output to /dev/null:
59 23 * * * python3 /path/to/pihole_tweeter.py >/dev/null 2>&1