dlew / reddit-mods

2 stars 0 forks source link

Error when running data-retrieval.py #1

Open engstrom opened 10 years ago

engstrom commented 10 years ago

I'm getting the following error:

Traceback (most recent call last): File "data-retrieval.py", line 169, in <module> subreddits = get_subreddits() File "data-retrieval.py", line 38, in get_subreddits new_subreddits, after = parse_subreddits(data) File "data-retrieval.py", line 47, in parse_subreddits for listing in data["data"]["children"]:

dlew commented 10 years ago

I wrote this little toy years ago. I'm sure it no longer works due to api changes.

I'm not interested in maintaining but would certainly accept pull requests.