Skip to content

Instantly share code, notes, and snippets.

@meub
meub / pi-servo-slack.py
Created March 6, 2020 19:12
Pi Servo Slack Script
#!/usr/bin/env python
# Raspberry PI Bell Ringer
import re
import time
import json
import os
import slack
import RPi.GPIO as GPIO # Importing the GPIO library