Auto-Logging Email via Google Script

flickr photo shared by OSU Special Collections & Archives : Commons with no copyright restriction (Flickr Commons) A while back I was logging emails in a Google sheet via IFTTT. I’d add a hashtag and forward it on where a spreadsheet would parse out some stuff from the subject line based on the | character. […]

Read More… from Auto-Logging Email via Google Script

Grabbing JSON

flickr photo shared by Library Company of Philadelphia with no copyright restriction (Flickr Commons) What I wanted to do was grab data from the WordPress API and use that to provision chunks of my new portfolio site. The portfolio is hosted on GitHub and GitHub is HTTPS. At the moment my bionicteaching site is not […]

Read More… from Grabbing JSON

Scraping with Google Spreadsheets Across Instagram, Flickr, YouTube etc.

I remain kind of amazed with how many little tricks can be done with Google Sheets. After seeing Alan’s post today, I wonder how much of the data I could pull (assuming we had the right user names and knew the services . . . really the harder part) just using Google Sheets. Turns out […]

Read More… from Scraping with Google Spreadsheets Across Instagram, Flickr, YouTube etc.

A Bit More on the Personal API

https://twitter.com/xwordy/status/722510972410335232 The tweet above and Alan’s comment on the post (below) and figured I haven’t really made a chunk of why I’m doing this clear or even what I’m doing clear. I’m probably a mix of more-middle-of-the-road and ambitious than I’ve been able to articulate so far. I declare no holy war. This is more […]

Read More… from A Bit More on the Personal API

Personal API: Progress in Pursuit of Nirvana

I’m going to give periodic updates on the personal API journey as way to make myself accountable and document progress. As Kin Lane reminded me this is a journey and so I’ve decided there are strange parallels between my API/Reclaiming-my-content work and the path to enlightenment.1 Like a Buddhist with very low expectations, I seek […]

Read More… from Personal API: Progress in Pursuit of Nirvana

First Steps in the Personal API

  The first step in starting to consider your personal API is figuring out where your stuff is now. This has been an interesting experiment for me as I’ve flung stuff all around the Internet with very little concern for long-term considerations. Where is my stuff? I’m trying to think about all the places I’ve […]

Read More… from First Steps in the Personal API

Allowing Cross Origin Access to WordPress Feeds

flickr photo shared by The U.S. National Archives with no copyright restriction (Flickr Commons) I believe this is safe but I’m no security expert. Every thing I could find on XSS issues was focused on stealing passwords. WordPress feeds are all public and require no login so I think it’s all good. StackOverflow seems to […]

Read More… from Allowing Cross Origin Access to WordPress Feeds

Discography to WordPress

flickr photo shared by Thomas Hawk under a Creative Commons ( BY-NC ) license This is in response to something Adam Croom wrote two(?) days ago. I thought it’d be an interesting proof of concept and would let me figure out some things with a purpose. I also like to have a few projects going […]

Read More… from Discography to WordPress

YouTube View Count to Tweet

I was just messing around a bit more with mashing up the YouTube API post from earlier with the Twitter post from earlier today. This Google Script will get the view count of a particular video (Gangnam Style) and send out the total views and the time elapsed watching the video (assuming I did the […]

Read More… from YouTube View Count to Tweet