GG
GG
Hi, I'm trying to work on this one. Could not find a `chi_ssa_20` spider under `city_scrapers/spiders/` so I assumed the issue is up for grabs (also, no `claimed` label) :)...
Changed the logic and pushed. for white spaces and lower case, added ``` base = [ re.sub(r"\s+", " ", item).lower() for item in base ] ``` When the spider is...
> @guytet sorry for the delay, I think that's a good next step! No problem @pjsier :) . Thank you for the feedback.
At current state, I believe(hope), the naive datetime object is being passed correctly by` _parse_start()`, if this seems satisfactory I can move forward, if not - please note what should...
> At current state, I believe(hope), the naive datetime object is being passed correctly by` _parse_start()`, if this seems satisfactory I can move forward, if not - please note what...
Updates for the last commit: - Took care of liniting requirements per `pipenv run flake8` - The spider's run does seems to yield the expected result (from my inexperienced POV,...
> @guytet Thanks for the updates! It looks like the test file isn't in version control though? @pjsier You're right. I will look into that. (Sorry for delayed response, for...
Anther comment I'd like to make - I'm working on another version of this spider, however it could take more time. The main challenge I see is - this page...
Added the test file. Please let me know if anything needs improving.
> Thanks for your work on this! Let me know if any of the comments aren't clear Thank you @pjsier , I will review your insightful input and adjust accordingly,...