Currently, each time we run the script, it starts retrieving comments from scratch. Ideally, the script should start from where it left off in the previous run.
|
# TODO: support resuming from where last run left off. We should run it from |
|
# scratch only once. Following runs should add only new comments. |