Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Twitter
Welcome to Reinvented Software Discussions. Please read this post before starting a new discussion.
How to create new feed with AppleScript
  • I'm trying to create a new feed using AppleScript in Feeder, but can't seem to get the syntax right. My code looks like this:

    tell application "Feeder"
    make new feed with with properties {link:"http://blah.blah", title:"Sandbox2", description:"Sandbox2"}
    end tell
  • Sorry, Feeder doesn't currently support creating new feeds via AppleScript. The closest you can get is to create a new empty feed to use as a template, import it using "open" and then change its values.