Skip to content

Instantly share code, notes, and snippets.

View toddq's full-sized avatar

Todd Quessenberry toddq

View GitHub Profile
@toddq
toddq / get_redpocket_balance.py
Last active September 30, 2019 05:16 — forked from gene1wood/get_redpocket_balance.py
Tool to fetch a Red Pocket account's balance of minutes, texts and data and send me a push notification if the balance is low.
import logging
from bs4 import BeautifulSoup
import requests
import yaml
import json
import os.path
import datetime
import re
import sys
@toddq
toddq / README.md
Last active October 13, 2022 07:03 — forked from iainjmitchell/README.md

##Description Simple Dashing widget (and associated job) to display RSS feeds. Based on Iaian Mitchell's News widget.

##Screenshot

##Dependencies nokogiri

htmlentities

@toddq
toddq / README.md
Last active May 15, 2021 13:37 — forked from mjamieson/README.md