This file contains hidden or 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
#!/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 |
This file contains hidden or 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
(* | |
Automatic SNOM Dialer v0.3 | |
Based on gist by Torsten Uhlmann, [email protected] (https://gist.github.com/tuhlmann/813682) | |
based on Automatic Vonage Dialer by Aaron Freimark, [email protected], 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 *** | |
*) |