purarue
purarue
Sounds good Not sure if there are OpenAPI consumers in python/if you wanted to use that - v4 would provide a schema file which could be converted into structs/request interfaces....
Its pretty different -- you may be able to leverage the openapi file which describes the schema though: [see docs](https://docs.api.jikan.moe/) Seems like this covers all the endpoints, not sure if...
would probably move setup.py/v3 to a separate subdir, the generated code uses poetry so that would be in a `./v4` subdirectory could create a buildscript to create the wheels so...
Been working on a basic restructure, see #99
As per the discussion in discord: * Allow users to override session objects, document how to set default headers for jikan/aiojikan * Let users pass additional kwargs which get passed...
Could probably just wait till v4 since some subset of the API will have to be rewritten to handle passing the JWT, and the parameter checks are being removed anyways.
would be a bit complicated to totally integrated given the number of databases, but personally have had good results using: ``` https://github.com/karlicoss/bleanser pip install ./bleanser python3 -m bleanser.modules.firefox prune --glob...
Ah -- yeah, somewhat similar to #16 in complexity, as that requires 'merging' the results back into a database, which would require mangling the `from_visit` field somehow. It does become...
> `from_visit` is often unset I think it may depend on the [visit_type](https://web.archive.org/web/20190730231715/https://www.forensicswiki.org/wiki/Mozilla_Firefox_3_History_File_Format#moz_historyvisits) (in firefox at least). It would only be set if `visit_type` was maybe 1,5 or 6? in...
Am unsure of if this would be better do code for in WSL or in the windows cmd shell? I pretty much only use WSL, so would probably use something...