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
- Host: GitHub
- URL: https://github.com/quentinms/reddit-json-public-data-dumper
- Owner: quentinms
- Created: 2011-11-29T02:08:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-27T17:05:53.000Z (about 14 years ago)
- Last Synced: 2025-03-31T00:24:48.817Z (about 1 year ago)
- Language: Python
- Size: 640 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.