PageRenderTime 59ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/config-sample.json

https://github.com/prodigeni/reddit-cloud
JSON | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 32fb397e9fb72d84e5af38b9c0237b69 MD5 | raw file
Possible License(s): BSD-2-Clause
  1. {
  2. "username": "<your bot username here>",
  3. "password": "<password here>",
  4. "userAgent": "A word cloud generator run by /u/<your real username here>",
  5. "replyPause": 300,
  6. "size": 400,
  7. "scale": 2,
  8. "clientId": "<your imgur client id>",
  9. "minComments": 50,
  10. "signature": "<how you want to sign your messages, for example point to the bot master.>"
  11. }