Skip to content

Instantly share code, notes, and snippets.

@wafitz
wafitz / twitpic.sh
Created November 14, 2009 18:00
Script to automate posting of webcam images to twitpic
#!/bin/bash
# Script to automate posting of webcam images to twitpic
IMGDIR="/location_to_save_webcam_pics"
STAMP=`date +%m%d%Y_%s`
IMG="$IMGDIR/"webcam_""$STAMP".jpeg"
USERNAME="twitter_username"
PASSWORD="twitter_password" # Don't forget to escape special chars with "\"
MESSAGE="Webcam snapshot, `date`"
var noun_type_geocaching = {
name: "Geocaching.com Search",
homepage: "http://wafitz.blogspot.com/",
author: { name: "Wes Fitzpatrick", email: "wafitzpatrick@gmail.com"},
license: "MPL",
label: "geocache",
suggest: function geocaching_suggest(text) {
return [
CmdUtils.makeSugg(text)
];