This file contains 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/bash | |
# Twitter PWS Status Bot | |
# Author: Kenny Stier <[email protected]> | |
# | |
# Gathers Personal Weather Station data from Weather Underground | |
# and sends tweets throughout the day | |
# Twitter Credentials | |
username="user" | |
password="password" |
This file contains 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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:97b0fc4286a315eef776fd00f2f94d4f45fafe62] |
This file contains 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
wget $(apt-get install --reinstall --print-uris -qq $1 | cut -d"'" -f2) |
This file contains 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/bash | |
# SD JB RSS Feed URL | |
oldfeedurl="http://feeds.feedburner.com/linuxunvid.xml" | |
oldfeedname="sdfeed.xml" | |
newfeedname="hdfeed.xml" | |
# Download a JB Podcast | |
wget -O $oldfeedname $oldfeedurl | |
# Remove the string "-432p" from the video URLs (the HD URLs doesn't have that string) |
NewerOlder