4pr0n / gonewilder

GNU General Public License v2.0
32 stars 11 forks source link

exclude subreddits #10

Closed jadedgnome closed 10 years ago

jadedgnome commented 10 years ago

Don't download content from subreddits that have been marked for exclusion. Note the exclusion, the thread and content url in history.log

4pr0n commented 10 years ago

Added in https://github.com/4pr0n/gonewilder/commit/db2662bb78a7d312e7ab263e1c98e92149c6d29e

This commit adds command-line usage. See full list of commands + usage: python Gonewild.py -h

To add an excluded subreddit: python Gonewild.py -x WTF

Note the exclusion, the thread and content url in history.log It outputs the Reddit.Child object which includes subreddit, author, title, post/comment id, parent id, url, selftext, etc.