This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |