Charts the posting history (and displays comment text) of supplied reddit users.
- Supply the list of users you want to investigate in
users
, one per line - Run
./bundle.sh
- Open
activity.html
in a web browser
bundle.sh
fetches the user page json for each user in users
and bundles it together in a simple array which is processed by the charting code in the html file.
If you want to use local files instead of fetching from reddit (such as for deleted users) modify the bundle script accordingly (such as with cat
instead of wget
).
- Make zoom work
- Make it run as a proper webapp
- Fetch users from within the webapp without involving an external shell script
- Export to other formats.