Thinking about system that will help me with answering questions from my readers. Keep in mind please, I'm not professional coder.
I don't want to scrape Google or any other Q/A platform. All answers will be created by me (and my stuff eventually) and should be stored in database for future usage.
For example, first user is asking question via his mobile app, the question is send by email to me. Because the database of answers is empty at this point, I answer that question manually. Over time answer's database will grow and I won't need to create each answer manually, instead will pick up the best match.
The ideal way this should work that comes to my mind looks like this.
User is sending question via his mobile app (emial) --> system is checking that question against answers stored in database -->
1) if there are answers closely matching the question system is sending the best answer to the user
2) if there is no matching/quality answers system is passing the question to me for manual answer. And then once my manual answer is sent, it's automatically stored in a database.
Are you aware of any software/service that can handle something like that? And if not how would you go about creating system like described above? Just some general ideas will be fine because as I have stated earlier, I'm not a pro coder so too much details will kill my head.
I need to be that mirror...
I don't want to scrape Google or any other Q/A platform. All answers will be created by me (and my stuff eventually) and should be stored in database for future usage.
For example, first user is asking question via his mobile app, the question is send by email to me. Because the database of answers is empty at this point, I answer that question manually. Over time answer's database will grow and I won't need to create each answer manually, instead will pick up the best match.
The ideal way this should work that comes to my mind looks like this.
User is sending question via his mobile app (emial) --> system is checking that question against answers stored in database -->
1) if there are answers closely matching the question system is sending the best answer to the user
2) if there is no matching/quality answers system is passing the question to me for manual answer. And then once my manual answer is sent, it's automatically stored in a database.
Are you aware of any software/service that can handle something like that? And if not how would you go about creating system like described above? Just some general ideas will be fine because as I have stated earlier, I'm not a pro coder so too much details will kill my head.
I need to be that mirror...





