Skip to content
조회 수 15432 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

Autohotkey + mypeople(마이피플) 메시지 전송

 http://air21.daum.net/air21/widget/sendMessage.daum?key=[키]&from=test&content=%EB%89%B4%EC%8A%A4+%EA%B0%9C%EC%A0%9C

 

주소로 바로 보내기

 

출처 : http://sarangsai.com/m/post/view/id/322

 

TimeOuts        := [0       ; ResolveTimeout
                   ,60000   ; ConnectTimeout
                   ,30000   ; SendTimeout
                   ,120000] ; ReceiveTimeout - Random.org recommends a long timeout.

DAUMURL  := "http://air21.daum.net/air21/widget/sendMessage.daum?"  ; 수신 URL

SENDER := "ME" ; 보낸 사람
MYPEOPLEKEY := "z4*****************"  ; 마이피플의 키

 

 

HttpGetRequest("안녕하세요")

 

 

 

 

 

HttpGetRequest(MSG){
 global Timeouts
 global DAUMURL, SENDER, MYPEOPLEKEY

 SENDMSG := DAUMURL
  . "key="
  . MYPEOPLEKEY
  . "&from="
  . SENDER
  . "&content="
  . MSG

 HTTP := ComObjCreate("WinHttp.WinHttpRequest.5.1")
 HTTP.Open("GET", SENDMSG, False)
 HTTP.SetRequestHeader("User-Agent", "Internet Explorer 9")
HTTP.SetTimeouts(Timeouts*)
 HTTP.Send()
 if (HTTP.Status != 200)
  return OnError(HTTP.Status, HTTP.ResponseText)
 return HTTP.ResponseText
}
 
OnError(Status, String){
 MsgBox % String
 return ""
}

 

   관련 게시물 :

 

   AUTOhotKEY 웹페이지 열지않고 소스 가져오기 또는 로그인 하기 

   AUTOhotKEY 오토핫키 콤보박스 제어하기

   AUTOhotKEY 웹페이지 감시결과에 따라 마이피플로 글 전송하기

   AUTOhotKEY 윈도우 ahk_id 추출하기

   Autohotkey 엑셀(Excel)에서 행값 증가시키기

   Autohotkey 30분마다 자동으로 디스크 정리하기

                                                                     

                                                   

 

로그인 후 댓글쓰기가 가능합니다.

?

  1. 23
    Mar 2013
    12:23

    php) 변수명을 변수값으로 지정방법

    CategoryServer Views8280
    Read More
  2. 23
    Mar 2013
    12:19

    php) register_globals = on 으로 설정할 수 없는경우

    CategoryServer Views8521
    Read More
  3. 22
    Mar 2013
    13:06

    구글 음성지원 API

    CategoryWindowsTip Views7357
    Read More
  4. 20
    Mar 2013
    17:26

    SVCHOST.EXE 꼭 필요한 servies.msc 항목

    CategoryWindowsTip Views8788
    Read More
  5. 19
    Mar 2013
    15:24

    악성코드 언인스톨러

    CategoryWindowsTip Views9865
    Read More
  6. 19
    Mar 2013
    08:48

    Process Explorer 불필요한 scvhost.exe 제거하기

    CategoryWindowsTip Views12131
    Read More
  7. 19
    Mar 2013
    07:49

    공유기 종류별 웹로그인 방법

    Category컴퓨터잡담 Views13818
    Read More
  8. 16
    Mar 2013
    12:34

    인터넷 통신에서 QOS 의 의미와 사용방법

    Category컴퓨터잡담 Views6323
    Read More
  9. 16
    Mar 2013
    08:30

    지정한 IP의 포트스캔

    CategoryWindowsTip Views8882
    Read More
  10. 15
    Mar 2013
    18:58

    무선공유기 잦은 끊킴시 해결방법

    CategoryWindowsTip Views10752
    Read More
  11. 12
    Mar 2013
    16:47

    Autohotkey + mypeople(마이피플) 메시지 전송

    CategoryAutoHotKey Views15432
    Read More
  12. 12
    Mar 2013
    14:04

    네트워크 무선연결이 안될 때의 점검 방법

    CategoryWindowsTip Views28276
    Read More
  13. 11
    Mar 2013
    14:03

    XP 원격데스크톱 설정과 실행

    CategoryWindowsTip Views8685
    Read More
  14. 06
    Mar 2013
    07:09

    악성코드 분석 프로그램 정리

    CategoryWindowsTip Views6807
    Read More
  15. 04
    Mar 2013
    11:12

    PHP) Web Proxy Server 만들기 소스

    CategoryServer Views15138
    Read More
  16. 02
    Mar 2013
    11:18

    TIME_WAIT를 남기지 않는 세션종료 (Graceful Shutdown)

    CategoryServer Views11173
    Read More
  17. 02
    Mar 2013
    10:22

    Windows 서버에서 XE 속도 대폭 개선 방법

    CategoryServer Views11612
    Read More
  18. 02
    Mar 2013
    08:03

    html) 프레임 나누기

    CategoryServer Views10199
    Read More
  19. 28
    Feb 2013
    10:24

    PHP) Proxy 서버를 이용해서 원격 웹서버 내용 갖고 오기

    CategoryVisual C++ Views21868
    Read More
  20. 28
    Feb 2013
    07:36

    윈도우 레지스트리 설정 - 인터넷 익스플로러

    CategoryWindowsTip Views12952
    Read More
Board Pagination Prev 1 ... 18 19 20 21 22 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소