reddit-save/logindata.py.example
Z0pyrus 1d51f88973 Fixed ImportError: cannot import name 'token_urlsafe' from 'secrets' #7
Fixed UnicodeEncodeError: 'charmap' codec can't encode characters in position 28919-28920: character maps to <undefined>
2022-07-10 22:33:02 +02:00

4 lines
106 B
Plaintext

REDDIT_USERNAME = "username"
REDDIT_PASSWORD = "password"
REDDIT_CLIENT_ID = "id"
REDDIT_SECRET = "secret"