@Kieran0Day 3 of #15-days-in-public;
Today I made a personal information detection bot for the great hcb scrub; I also started to try and setup Linux uploading for my app but failed because wwdc was happening and the developer portal was down; I also updated to iOS 18
@Kieran0#hcb scrubber ship! I made a program that goes through gh issues and detects whether there is potential personal information contained within; it is split into two parts: the typescript front end which fetches the issues and keeps track of which ones are clean and a python flask backed to allow me to use the spacy package to detect pii; it also allows you to open the potential issues after sorting them
github.com/kcoderhtml/erised-scanner