HPI icon indicating copy to clipboard operation
HPI copied to clipboard

Human Programming Interface 🧑👽🤖

Results 27 HPI issues
Sort by recently updated
recently updated
newest added

Related issues: https://github.com/karlicoss/HPI/issues/12, https://github.com/karlicoss/HPI/issues/46; but I think worth a separate discussion. From my experience, it's pretty hard to predict how other people want to use their data: - you might...

It would be nice to have a public repository of raw data from different services, so it would be easy to test HPI and demonstrate without having to give up...

help wanted

Ideally I want something like [pathlib.Path](https://docs.python.org/3/library/pathlib.html#pathlib.Path), but also supporting archives. Ideally it would be transparent, so for the data consumer it doesn't matter if the file is compressed or not....

enhancement
help wanted

Creating this issue to track this, have noticed that we only parse `sms` elements from the sms xml export, when theres also `mms`, which includes `parts`, which includes data like...

Is there any way to import [ActivityWatch](https://github.com/ActivityWatch/activitywatch) info? They have API with docs - https://docs.activitywatch.net/en/latest/rest.html

module

Was able to get [`pushshift`](https://pushshift.io/) as mentioned in the README working to export old comments. Thought I'd mention it here. It's possible to use pushshift to get data further back,...

reddit
patterns

I want to have daily updates aggregated from all creators I am following in different social networks, including Youtube and Patreon, - how can HPI help me to achieve this?

As described [here](https://beepb00p.xyz/mypy-error-handling.html#global_policy). E.g. might make sense to implement: - fail fast, i.e. throw instead if yielding exceptions - fully defensive, i.e. ignore exceptions instead of yielding That would require...

patterns

Parsing binary files has historically been a challenge for users who want access to the data contained within them, but I’ve recently come across (and successfully used) Kaitai Struct to...