Skip to content

Instantly share code, notes, and snippets.

@scripting
Created January 17, 2015 09:37
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 scripting/2c0c9faacdef884817d7 to your computer and use it in GitHub Desktop.
Save scripting/2c0c9faacdef884817d7 to your computer and use it in GitHub Desktop.
An example of a config.json file used for the tweetsToRss app.
{
"folder": "feeds/",
"items": [
{
"username": "Circa",
"feedname": "circa.xml"
},
{
"username": "reportedly",
"feedname": "reportedly.xml"
},
{
"username": "davewiner",
"feedname": "dave.xml"
}
]
}
@scripting
Copy link
Author

Here's a pointer to the docs for this feature.

https://github.com/scripting/tweetsToRss#managing-multiple-feeds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment