You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.8 KiB

* quantified josiah
Project that houses all my scripts and automation for pulling in data from external-to-me projects.
** Development
I rely heavily on precommit. I should write about how to deal with it, etc.
*** Common issues
1. You really need to be inside a git repo or pre-commit will not work.
2. If you modify `pyproject.toml` make sure your syntax is correct; many linters will error in arcane ways due to an improperly titled section.
** Plans
Eventually, I'll write automation for pulling stuff from all my chat apps, all my browsers, etc. I've just started with my watch so far.
*** Signal
probably involves pulling {daily,weekly} backup from phone db then parsing. Phone, not desktop app, due to SMS.
*** whatsapp
probably involves pulling {daily,weekly} backup from webapp or phone db backup
*** Plex
Want to pull in movies watched and when
*** Matrix
probably involves pulling {daily,weekly} backup from synapse
*** Mail
offlineimap maybe?
*** pinboard
I already wrote something that integrates reddit posts to pinboard. Writing something else that pulls pinboard stuff down and puts it into, idk, csv? org mode? format would be good
*** Slack
I don't have a good solution here. Bridge into matrix and backup /that/?
*** Old SMS
This exists on both my iPhone and my android. Getting it is gonna be annoying, google is hiding it. Its possible I have to actually root a phone? stupid. Should only have to do this once, all further SMS would be covered by signal backup.
*** Photos
outside the scope of this effort. mostly a storage concern, handled on NAS + syncthing
*** amazon purchases
*** itemized bank statements
i'd love to get this in CSV format with tags per purchase. My banks are all stupid about API access. Maybe through google pay?