update todo

This commit is contained in:
Balakrishnan Balasubramanian 2022-05-02 14:18:01 -04:00
parent ea7afd951e
commit 9df58730a6

10
TODO.md
View File

@ -7,16 +7,22 @@
* ✓ Proxy download * ✓ Proxy download
* ✓ Storage csv * ✓ Storage csv
* ✓ Posting to telegram * ✓ 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 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 ## Issues
* Last record is not written fully to csv * Last record is not written fully to csv: *Fixed*. Had to Flush writer
## MVP 2 ## MVP 2
* Podcasts * Podcasts
## 1.0 ## 1.0
* Review all errors wrapped properly
* Change log from byte to string
* concurrent processing * concurrent processing
* Config validation * Config validation
* Cron spec * Cron spec