Thank you. I'm using Firebase as a database and for hosting, which makes development really fast.
For getting the data, I'm using a worker written in Python, which queries the Twitter and Reddit APIs and does some regex filtering before writing it to the database. In the future, it could be interesting to experiment with more advanced NLP techniques for filtering/grouping/classifying.
Very interesting, thanks for sharing. Im impressed by what you've done with just regex for the filtering. Which makes it possible to curate a dataset of wishes to do some unsupervised clustering and fitering.
Filtering could benefit from knowing what other syntax ( phrases ) would map to wishes, broadening the coverage.
Would love to work on this --let me know if you're open to that.
That site lets you type in some key words and then it finds what questions people are searching for on Google based on those keywords (with prefixes like "who", "what", "where", and search suggestions).
Hey guys, we're working on a platform that literally collects wishes from any touchpoint and it has quite some traction, especially in the gaming industry. Could you send me an email to hn{@}stomt.com? Would love to catch up on this. We also do a lot of research in the fields of NLP and clustering.
Unsupervised learning could be really interesting for this. Let's have a chat about how we could work together. Would you mind dropping me an email either via the website or to julian{at}wishminer.com?
Hey, I'm thinking about doing something similar with baseball JSON apis of all things. Would you mind sharing your firebase/python implementation details with me? Thanks!
For getting the data, I'm using a worker written in Python, which queries the Twitter and Reddit APIs and does some regex filtering before writing it to the database. In the future, it could be interesting to experiment with more advanced NLP techniques for filtering/grouping/classifying.