From a62d316569facf1f860f7fb41587f46180e343cd Mon Sep 17 00:00:00 2001 From: josiah Date: Mon, 27 Jan 2020 00:35:07 +0000 Subject: [PATCH] Update readme with roadmap --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 12e0813..bdaecfc 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,9 @@ So, there are multiple kinds of reddit posts, and each kind of reddit post seems If you're using PRAW, a reddit /post/ has an attribute called `.is_self` that's boolean. If its true, its a text only post, if its false then its a link post. Reddit /comments/ do not have this attribute. They DO have an attribute called `.is_root`, which i use to differentiate themm. + +# roadmap + +- [ ] move reddit/pinboard script to single file. +- [ ] make the script take command line arguments (i.e. must pass `-reddit` if you want to sync saved posts) +- [ ] write new function `update_tags` that will take a tag and retag to a new name (add a cli flag)