From 9df58730a69eab441d3dd28b0ce78375f933f358 Mon Sep 17 00:00:00 2001 From: balki <3070606-balki@users.noreply.gitlab.com> Date: Mon, 2 May 2022 14:18:01 -0400 Subject: [PATCH] update todo --- TODO.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 66ba82e..30aa37c 100644 --- a/TODO.md +++ b/TODO.md @@ -7,16 +7,22 @@ * ✓ Proxy download * ✓ Storage csv * ✓ Posting to telegram -* Telegram rate limit: 20 msgs/min https://core.telegram.org/bots/faq#my-bot-is-hitting-limits-how-do-i-avoid-this +* ✓ Telegram rate limit: 20 msgs/min https://core.telegram.org/bots/faq#my-bot-is-hitting-limits-how-do-i-avoid-this https://gist.github.com/zdebra/10f0e284c4672e99f0cb767298f20c11 +* First Run skip all but first n +* Folder creation +* Change flags to os.Args[1] for config path +* Cleanup ## Issues -* Last record is not written fully to csv +* ✓ Last record is not written fully to csv: *Fixed*. Had to Flush writer ## MVP 2 * Podcasts ## 1.0 +* Review all errors wrapped properly +* Change log from byte to string * concurrent processing * Config validation * Cron spec