Monitor google search in Java -
for master thesis need maintain track of google searches users perform. should web project. @ first want setup server (that acts proxy) monitor actions (search queries) performed user. server should deliver google search page. need maintain track of input users create , corresponding results returned google well.
my questen now.. how should start?
i not sure webserver use. should utilize tomcat / jetty / or else? java server faces or servlets? worked jsf long time ago not sure whether decision utilize it. the server should deliver google search page. here idea: user connects server. server "reads" google page , returns (the source code) user. think of using listener on default search field monitor search queries of users. how possible monitor results returned google? google site uses javascript guess. when user makes input straight sent google , results straight shown on webpage webserver not see connection between client , google services.the main thought monitor search query , corresponding search results.
i need help , ideas started. little part of thesis. not want start 0 during editing time want create sure create right choices before start.
thank in advance... best regards.
you utilize netty proxy , filter , log search queries. 1 time again why utilize java? describe wan't play man-in-the-middle , manipulate/log http traffic.
a quick google search came python: https://code.google.com/p/proxpy/
edit: , similar in java https://github.com/adamfisk/littleproxy
java search web proxy monitor
No comments:
Post a Comment