On Sun, Apr 19, 2009 at 2:45 PM, CWitt <[email protected]> wrote: > > My skills are rather limited, but I was thinking PHP and MySQL. I was > thinking about hiring it out, but putting together the process flow to > help the programmer and also help me find the correct programmer.
PHP and MySQL sound appropriate to what you're hoping to do. Storing Twitter data in MySQL is generally not a big deal, since there is such limited data. A lot of us have probably created similar schemas for that purpose. The rest of your code sounds slightly more complex, especially if you're trying to do some sort of natural language parsing, which is always hard. I don't know if there are libraries in PHP for that purpose. There are in other languages. In any case, without specifics, it would be hard for anyone to guide you. Nick
