Skip to content

Instantly share code, notes, and snippets.

View cbolk's full-sized avatar

Cristiana Bolchini cbolk

  • Politecnico di Milano
  • Milano, IT
View GitHub Profile
@cbolk
cbolk / pi-servo-slack.py
Created August 15, 2020 06:57 — forked from meub/pi-servo-slack.py
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