Workflow and stuff #371
-
Sorry if this seems like a dumb question, I was just wondering about how should my workflow be if I were to store reddit with this tool. python -m bdfr archive x:\ --subreddit SuddenlyGay thats an example of my archive script python -m bdfr download x:\ --subreddit SuddenlyGay --make-hard-links thats my download script. So say that I want to download a subreddit, and without limits so around 1000 posts. Do I just run those two commands after one another and I would have the files and also the metadata like comments? Is there something else i can do to better organize it or does that pretty much sums up a basic workflow? Thanks for the help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I don't understand what you exactly mean by "organize better" but these commands should be enough. Though, I strongly suggest you to read the Options section in the README. |
Beta Was this translation helpful? Give feedback.
I don't understand what you exactly mean by "organize better" but these commands should be enough. Though, I strongly suggest you to read the Options section in the README.