Skip to content
조회 수 15431 추천 수 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. 11
    Aug 2010
    12:04

    [엑셀함수] 조건결과가 참일경우만 정상 출력하기

    Category컴퓨터잡담 Views8348
    Read More
  2. 11
    Aug 2010
    10:00

    [악성코드퇴치] fph.exe 프로세서 제거하기

    Category컴퓨터잡담 Views12594
    Read More
  3. 28
    Jul 2010
    08:39

    엑셀 색깔 지정 함수

    Category컴퓨터잡담 Views65609
    Read More
  4. 27
    Jul 2010
    15:50

    메모리 용량이 넉넉하다면 램디스크를 한번 써보라,

    Category컴퓨터잡담 Views5408
    Read More
  5. 23
    Jul 2010
    12:06

    [엑셀] 날짜와 요일 표현하기

    Category컴퓨터잡담 Views23927
    Read More
  6. 23
    Jul 2010
    10:49

    도스 텍스트 TXT 파일에 내용 추가하기

    Category컴퓨터잡담 Views5952
    Read More
  7. 23
    Jul 2010
    10:47

    윈도 로그인하기 전에 배치파일을 실행하는 방법

    Category컴퓨터잡담 Views18232
    Read More
  8. 23
    Jul 2010
    10:43

    윈도우 서비스 수동 등록 방법

    Category컴퓨터잡담 Views9627
    Read More
  9. 22
    Jul 2010
    16:59

    미국판 싸이월드라고 하는 페이스북 CEO 마크 주커버그

    Category컴퓨터잡담 Views6543
    Read More
  10. 22
    Jul 2010
    08:41

    아이폰에서의 dns설정 방법 (유툽 속도 향상 법)

    Category컴퓨터잡담 Views11835
    Read More
  11. 14
    Jul 2010
    19:20

    엑셀 - 초과 근무시간 계산

    Category컴퓨터잡담 Views20084
    Read More
  12. 12
    Jul 2010
    17:18

    Implementation of the MetaWeblog API http://www.xmlrpc.com/metaWeblogApi in php

    Category컴퓨터잡담 Views12760
    Read More
  13. 11
    Jul 2010
    22:07

    AutohotKey Postmessage(SendMessage)로 CTRL+C 전송하기

    Category컴퓨터잡담 Views21412
    Read More
  14. 10
    Jul 2010
    06:57

    MouseOver - Background color, 마우스오버시 백그라운드 컬러 지정

    Category컴퓨터잡담 Views11032
    Read More
  15. 09
    Jul 2010
    07:59

    악의적 호출 방지용 Referer 체크

    Category컴퓨터잡담 Views7530
    Read More
  16. 07
    Jul 2010
    11:57

    APMSetup에서 문서 출력 순서 등 설정

    Category컴퓨터잡담 Views14066
    Read More
  17. 05
    Jul 2010
    23:19

    CSS를 이용한 DIV 둥근 테두리 만들기.

    Category컴퓨터잡담 Views11710
    Read More
  18. 03
    Jul 2010
    15:53

    둥근 모서리 박스 자동 생성

    Category컴퓨터잡담 Views6311
    Read More
  19. 03
    Jul 2010
    10:43

    마우스 오버시 DIV 레이어 감추기 / 보이기

    Category컴퓨터잡담 Views15931
    Read More
  20. 03
    Jul 2010
    10:17

    JavaScript1.2 Event mouse css 제어

    Category컴퓨터잡담 Views7514
    Read More
Board Pagination Prev 1 ... 38 39 40 41 42 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소