Skip to content

Simple trigger/publisher app for instagram and tumblr

Notifications You must be signed in to change notification settings

bonniecheung/luuunchbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple sinatra app that listens on Instagram webhooks and performs
actions each time your subscription webhook gets called.

For luuunch.com, when ever I had an image with the #luuunch tag,
it would publish a post to Instagram/Tumblr.

Creating the instagram subscription was done manually via curl as per
the api guide:

curl -F 'client_id=CLIENT-ID' \
     -F 'client_secret=CLIENT-SECRET' \
     -F 'object=user' \
     -F 'aspect=media' \
     -F 'verify_token=myVerifyToken' \
     -F 'callback_url=http://YOUR-CALLBACK/URL' \
     https://api.instagram.com/v1/subscriptions/

About

Simple trigger/publisher app for instagram and tumblr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published