Skip to content

Instantly share code, notes, and snippets.

@davidbrewer
Created August 30, 2010 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidbrewer/557665 to your computer and use it in GitHub Desktop.
Save davidbrewer/557665 to your computer and use it in GitHub Desktop.
all:
syndication:
process:
lock_file_prefix: 'arm_syndicator'
log_file_prefix: 'arm_syndicator'
queue:
class: SyndicationQueue
params: ~
syndicator:
class: armSyndicator
params:
# how many items to publish at once; 0 for unlimited
publication_rate_limit: 0
content_item:
class: armSyndicationContentItem
params: ~
sources:
feed:
class: armSyndicationContentSource_Feed
params:
url: http://example.com/feed/myfeed.xml
targets:
twitter:
class: armSyndicationPublicationTarget_Twitter
params:
bitly_account: example_account
bitly_apikey: YOUR_KEY
twitter_account: example_account
twitter_consumer_key: YOUR_KEY
twitter_consumer_secret: YOUR_SECRET
twitter_oauth_token: YOUR_TOKEN
twitter_oauth_token_secret: YOUR_SECRET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment