Skip to content

Instantly share code, notes, and snippets.

View neilzone's full-sized avatar

Neil Brown neilzone

View GitHub Profile
@neilzone
neilzone / deloldtweets.py
Last active March 21, 2021 13:57 — forked from n-eq/deloldtweets.py
Delete old tweets based on twitter archive
#!/bin/python3
# Fork of https://gist.github.com/davej/113241
# Requirements:
# - twitter API credentials (replace the correponding variables)
# - tweet.js file you get by extracting your twitter archive zip file (located in data/)
# License : Unlicense http://unlicense.org/
import tweepy
import pytz
import json
@neilzone
neilzone / SnomDialer.scpt
Last active July 6, 2018 14:28 — forked from tuhlmann/SnomDialer.scpt
A simple AppleScript that plugs into macOS's "Contacts" application, to let you dial a number with your Snom phone
(*
Automatic SNOM Dialer v0.3
Based on gist by Torsten Uhlmann, tuhlmann@agynamix.de (https://gist.github.com/tuhlmann/813682)
based on Automatic Vonage Dialer by Aaron Freimark, abf@mac.com, March 16, 2004
For macOS High Sierra, put this script into ~/Library/Application Scripts/com.apple.AddressBook/
*** Modify the first three lines below with your info ***
*)