forked from jkt3000/luuunchbot
-
Notifications
You must be signed in to change notification settings - Fork 0
bonniecheung/luuunchbot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published