Advertisement
Guest User

Untitled

a guest
Mar 14th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. global.lemmingPrefs = {
  2. redditConfig: {
  3. userAgent: '/u/yourname and description of what this does.',
  4. oauth: {
  5. type: 'script',
  6. key: '<KEY>',
  7. secret: '<SECRET>',
  8. username: '<REDDIT USERNAME>',
  9. password: '<REDDIT PASSWORD>',
  10. // make sure to set all the scopes you need.
  11. scope: ['account', 'creddits', 'edit', 'flair', 'history', 'identity', 'livemanage', 'modconfig', 'modcontributors', 'modflair', 'modlog', 'modmail', 'modothers', 'modposts', 'modself', 'modwiki', 'mysubreddits', 'privatemessages', 'read', 'report', 'save', 'submit', 'subscribe', 'vote', 'wikiedit', 'wikiread']
  12. }
  13. },
  14. checkSub: 'subreddit',
  15. webhookUrl: 'webhookUrl'
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement