Open MrCabss69 opened 1 year ago
Hi, The 3 feature requests you are mentioning are definitely possible to add. I am currently working on a v2 of the script and I will add these to the todo list.
I don't have any experience with ORM so if you have some ideas, you are welcome to contribute to the project :)
Do you have an email o any message app?
You can add me on discord Gertje823#9071
Hello and thank you, really nice tool!
I have 3 proposals:
All the extra collected raw texts descriptions and labels than you can get are matter of interests (maybe in a future adding tables + columns to the DB?
Im working on similar proyects, and recently discover Object Relational Mapping (SQLAlchemy). Very usefull for all the data collection works, and chatGPT can make you the Models definition (trust me). Also implementing SOLID (separating the tasks in files and classes), would be perfect to let other people developing along with you in this repo (like me), otherwise even the code it's clean, it's harder to read.
Thanks :)