Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gr33k
gr33k / sendmail-gcloud
Created August 13, 2020 03:33 — forked from tony722/sendmail-gcloud
Freepbx Voicemail Transcription Script: Google Speech API
#!/bin/sh
# sendmail-gcloud
#
# Installation instructions
# Copy the content of this file to /usr/sbin/sendmail-gcloud
#
# Google Account
# ---------------
# Create an account, if you don't have yet, with Google Cloud. Free trials can be made at https://console.cloud.google.com/freetrial
@gr33k
gr33k / autoaway.py
Created March 1, 2016 03:13 — forked from charliewolf/autoaway.py
Email notifications for chats received in Fonality HUD when away
#!/usr/bin/python
# Quick and (very) dirty script to send emails when a user gets a message and is away from HUD
from base64 import b64decode
from hashlib import sha256
import sqlite3
import datetime
import itertools
import os