From 6b75e744da62ea928b3da6788341a15c95a5f2f2 Mon Sep 17 00:00:00 2001 From: Luke Ogburn <21106956+logburn@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:15:34 -0400 Subject: [PATCH] update readme for acuracy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b3e33..5d8f07e 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ you can run `pip3 install Mastodon.py praw` to install both of these. - [x] Import bot/scraper settings from file for automation - [x] Random post if low activity - [x] Separate methods methods to make code cleaner -- [x] Keep track of what has been scraped and tooted to not duplicate posts **Likely** +- [ ] Keep track of what has been scraped and tooted to not duplicate posts + - This is a pain in the butt for some reason - [ ] Debugging logging - [ ] Move all vars into config - [ ] Docker image