add an --complete option in discover.py where the max_try_times is increased from 3 to 1000 (i.e. the process abort only when there's no new articles in 1000 scrolls). With this, the discover will continue to scroll, but does not seem to send new articles to db, see issue #6
add an
--complete
option indiscover.py
where themax_try_times
is increased from 3 to 1000 (i.e. the process abort only when there's no new articles in1000
scrolls). With this, the discover will continue to scroll, but does not seem to send new articles to db, see issue #6