Apps
News
Support
About
Blog
Discussions
Activity
Sign In
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
63
General
1
Feeder
23
↳ Feeder Suggestions
4
Poster
9
↳ Poster Suggestions
3
Together
30
↳ Together Suggestions
6
Welcome to Reinvented Software Discussions. Please read
this post
before starting a new discussion.
Feeder
How to create new feed with AppleScript
jpoynor
February 7
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
steveharris
February 8
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.
Add a Comment
Powered by Vanilla