Closed yorkxin closed 3 years ago
It looks like GitHub Actions found some failing checks; what's going on with those? 🙂
hmm apparently I didn't run type checker locally. I'll fix them. However it seems that my patch is out-of-sync from the current master branch. I'll need some time to fix them.
I have to close this now because the system architecture seems to have changed a lot. I have to do this from scratch again.
This patch tries to make scraper a standalone Docker image.
Specifically:
local_scraper.py
can now output to JSON using--out=file.json
arg.local_scraper.py
can still store results to Redis, but needs--redis
arg (breaking change!!)REDIS_SSL
flag env var for local testing. Default toyes
; set tono
to disable SSL.My next plan:
Note that this PR replaces my previous PR #55, which is too aggressive to be useful.