redditconf.py.example 280 B

123456789
  1. REDDIT_POSTER_AUTH = {
  2. 'username': 'blah',
  3. 'password': 'pass',
  4. 'client_id': 'client',
  5. 'client_secret': 'secret',
  6. 'user_agent': 'python:pelican_redditposter:1 by /u/jappieofficial'
  7. }
  8. # a sub where all the posts get collected
  9. REDDIT_POSTER_COLLECT_SUB = "jappie"