Philip Ardery

Results 175 comments of Philip Ardery

why would two separate apps with separate requirements.txt files share the same env? Regardless, I think its good to strive to keep all packages up to date, as letting things...

oh, juriscraper is only installed as a dependency of CL? Maybe the problem here is that I don't really understand how CL and juriscraper interact with each other. However you...

Would this be as simple as changing the _make_html_tree() method in AbstractSite, or would ding so require auditing the scrapers for resulting breakages? In other words, are the interfaces/functions/methods of...

scraping PDFs is something we've avoided so far

``` $ curl 'https://appellatepublic.kycourts.net/api/api/v1/cases/search?queryString=true&searchFields%5B0%5D.searchType=Starts%20With&searchFields%5B0%5D.operation=%3D&searchFields%5B0%5D.values%5B0%5D=2019-CA-0208&searchFields%5B0%5D.indexFieldName=caseNumber' {"resultItems":[{"id":"7eee6f2062fc6e6865364a6c52ff300e97e9f126a249c97b81d9ef799237118a","indexID":"150000","rowMap":{"caseNumber":"2019-CA-0208","caseID":"7eee6f2062fc6e6865364a6c52ff300e97e9f126a249c97b81d9ef799237118a","closed":false,"shortTitle":"WILLOW GRANDE, LLC VS CHEROKEE TRIANGLE ASSOCIATION, INC., ET AL","caseType":"CIVIL"},"score":5.0}],"headers":[{"label":"Case Title","type":"String","property":"shortTitle","sortProperty":"shortTitle.sort","useHighlighting":false},{"label":"Case Type","type":"String","property":"caseType","sortProperty":"caseType.raw","useHighlighting":false},{"label":"Final","type":"Boolean","property":"closed","sortProperty":"closed","useHighlighting":false}],"facets":[{"searchFacetName":"Court","searchFacetField":"court","searchFacetOrderBy":1,"searchFacetType":"String","searchFacetItems":[{"display":"Kentucky Court of Appeals","value":"Kentucky Court of Appeals","count":1,"selected":false}]},{"searchFacetName":"Case Final","searchFacetField":"closed","searchFacetOrderBy":6,"searchFacetType":"Boolean","searchFacetItems":[{"display":"false","value":"false","count":1,"selected":false}]}]} ```

@mlissner will have to test from PROD server

@ikeboy do you know of a similar API for non-appellate-KY cases, to use for the regular ky scraper? If so, can you provide a similar example query?

it would be cool to have a proxy requester, for when we are being blocked, but unless we had a swarm, it would just lead to the proxy getting blocked...

woah, good to know @ikeboy regarding the proxy pools, I didn't know about that. Also good to know @mlissner about the lambda capability you referenced. I didn't know about that...

Sounds like it, nice find!