/Reddit-JSON-Parsing

Python script that parses JSON files for reddit comments and other data

Primary LanguagePython

Reddit JSON Parsing

Introduction

Python script that searches for reddit comments with particular keywords in particular subreddits. It searches through given JSON files which anyone can download online.

Data Formatting

Format

Keyword: {Selected Keyword}		Comments: {Comment Count}

Author: {Author Name}			Upvotes: {Upvote Count}

{			Their Comment				}

-- End of Comment --

Author: {Author Name}			Upvotes: {Upvote Count}

{			Their Comment				}

-- End of Comment --
				•••

Note: Formatted as requested, with the example once again shown in the data folder Project built to help friend with thesis