2hands10fingers / Reddit-Image-Scraper-1.0

Scrapes/downloads a selected subreddit's posted images by a specified date range on http://reddit.com
http://www.glotacosm.com
48 stars 13 forks source link

Modify the script to be compliant with PEP8 #14

Closed tjcim closed 6 years ago

tjcim commented 6 years ago

PEP 8 is a style guide for writing python code.

More information: https://www.python.org/dev/peps/pep-0008/

An easy way to check:

pip install pylint
pylint RedditImageScraper.py

I think the line length of 79 characters to be a bit short nowadays. If we can all agree to something longer than it can be the standard for this repo. My vote is for 100 characters.

2hands10fingers commented 6 years ago

@tjcim I'll be working on linting and cleaning up everything this week. 100 characters is fine.