April 4, 2024, 06:04
py from discord_webhook import DiscordWebhook message = str(input("what do you want to send? : ")) webhook = DiscordWebhook(url="[webhook url]", content=message) response = webhook.execute()this is from my own tiny project
sudo raspi-configand check if it's enabled?
ssh [username]@[hostname].local
git clone --single-branch https://github.com/ageitgey/face_recognition.git cd ./face_recognition/examples python3 facerec_on_raspberry_pi.py