An open API service indexing awesome lists of open source software.

https://github.com/quentinms/reddit-json-public-data-dumper


https://github.com/quentinms/reddit-json-public-data-dumper

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

#Reddit JSON Public Data Dumper

It's a simple bash script that downloads the .json of upvoted from every public user of a file.

If there is more than 100 upvotes, it sends another request to get the following 100 upvotes.

> Now in Python! \o/

####Use:
chmod u+x fetch.sh
./fetch.sh userlist.txt [check]

The optional check argument will result in outputting only a text file of public users and a text file of private users and no .json files.

####Todo:
Handle downvotes also.