[Updated] Log Your Instagram Posts with Slogger

Posted on 2013-05-08


Update 2016-06-23

As of June 2016, Instagram has changed their API and no longer allows this script to work. Sorry :(

Update 2014-09-04

I recently submitted a new plugin that now comes with Slogger which uses the Instagram API. You can check out my post with more information here.


I've received a few questions about this IFTTT recipe which logs my Instagram posts to Day One. There are a few others floating out there, but there are a couple of things that I wanted to have:

  • The Day One entry date is the date the picture was taken
  • The caption is saved in the journal entry
  • Ignore duplicate posts if I also posted to Twitter

The last point assumes that I'm also using the default Twitter logger. If you want to ignore all of your Instagram tweets, add the following to be on line 112 in the twitterlogger plugin:

break if tweet_text.include? 'instagram'

You can download the Instagram IFTTT Slogger extension here. Simply add it to your plugins directory and run the following once to set up the slogger_config file:

./slogger -o instagram_ifttt

You'll need to set the location of your IFTTT slogger directory. The plugin will check for any text files and then automatically move them into a "logged" folder once they've been added to Day One.

image

Tags: slogger dropbox dayone photos

instagram_and_slogger

© Ryan M 2023. Built using Pelican.