Commit Graph

10 Commits

Author SHA1 Message Date
towards-a-new-leftypol 02d35a051d Move http-conduit nix build script into Common 2024-03-22 20:29:24 -04:00
towards-a-new-leftypol 29c8f4eedb WIP: Save Attachments
- nothing works well but the code to compute sha256 and perceptual hash
  on files is there...
2024-01-20 21:04:13 -05:00
towards-a-new-leftypol 97884ee425 WIP: Saving attachments
- handle legacy json case for attachement parsing
- compute sha256
- computing phash is TODO
2024-01-19 19:05:02 -05:00
towards-a-new-leftypol c18be31289 Can read in the whole site from the api json files 2023-10-13 14:43:02 -04:00
towards-a-new-leftypol 5d63d23c79 create site if not exists
- get and post implemented in DataClient, and some helper methods
2023-10-06 02:05:58 -04:00
towards-a-new-leftypol d6ce32187b add postgresql to have psql to shell 2023-10-04 18:01:41 -04:00
towards-a-new-leftypol 5af7924779 Read settings.json and list the directory
-basically chat-gpt bootstrapping this script
2023-10-04 15:23:58 -04:00
towards-a-new-leftypol 519a3854da init cabal project, add more indices 2023-10-03 18:37:55 -04:00
towards-a-new-leftypol 30da2a0247 let's make this a haskell project
- I got fed up with Python in a simple project, why use it again?
2023-10-03 15:08:36 -04:00
towards-a-new-leftypol 8df2f0df81 Initial commit
- setting up the db with objects, text search on the post body
    - board, thread, post
- missing sites, attachment definitions still
2023-09-29 18:04:58 -04:00