오토핫키로 네이버 실시간 검색어 엑셀에 저장하기
오토핫키로 여러가지 해보고있는데 급상승검색어를 시간별로 모으는걸 만들어봤다. 사실 이렇게 해봤자 의미없지만 네이버에서 지난 기록을 다 제공하니깐 그래도 그냥 해봄. 소스는 i:=1 Loop { IE := IEGet() if !IE { IE := ComObjCreate("InternetExplorer.Application") ; create application if needed } IE.Visible := True IE.Navigate("https://datalab.naver.com/keyword/realtimeList.naver?where=main") IEGet(name="") { IfEqual, Name,, WinGetTitle, Name, ahk_class IEFrame ;// Get active ..