You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there's a way to translate a int Category on Data table into clear text label (like 'boots')?
there's a way to scrap the reviews as raw texts and store into the DB?
there's a way to scrap a user's followers and followings? (Have a few ideas relating to this)
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
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 :)
The text was updated successfully, but these errors were encountered: