I wanted a way to intermittently tweet interesting/funny pictures that I had stored in my dropbox. I wrote a vbs script that moves a picture from my repository to the upload folder this recipe uses - every 4 hours. It will use the file name as the tweet.
Here is the VBS - you can modify the folder structure to have it move from your repository or alter the wscript.sleep.
Dim fs, f, f1, fc, s
output = "C:\Users\Tye\Desktop\Dropbox\Public\ToPost\"
Set fs = CreateObject("Scripting.File...