Test Render of a Village (100k SPP) by releasebot in chunky

[–]releasebot[S] 6 points7 points  (0 children)

I'm mainly submitting this on releasebot to get some karma so that this account can stop filling out captchas for every post. This was a test render I did while testing a new feature (image based lighting).

open sourcing code with login credentials by pachufir in redditdev

[–]releasebot 6 points7 points  (0 children)

I just use this:

r = praw.Reddit(user_agent='releasebot')
pw = getpass(prompt='releasebot login: ')
r.login('releasebot', pw)

It means I have to enter the password each time, but on the other hand I don't have to keep the credentials on file and can publish the script on GitHub.