Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 950 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 950 Bytes

Latest Reddit Reader

Show the best of the latest posts in a reddit thread.

A Javascript implementation based off of game_comment_scraper (Python). Uses reddit.js as the Reddit API wrapper.

Displays the top 5 (best) of the latest 200 (new) posts. Caches comments so you don't see the same post twice.

Should work out of the box, but your mileage may vary.

Usage

The reader needs to the know the subreddit you're in and the thread you're on. You can supply this manually and select "Update". Or, put the entire thread link and select "Parse" and that should hopefully populate the necessary fields. Then you can click "Update" as per usual to get updates.

Demo

A quick demo of the project is located on JS Fiddle.