전체 글
-
텔레그램 API 봇 생성 채널 그룹 개인 메시지 설정 방법개발 2025. 11. 8. 00:19
텔레그램 API를 사용해서 메시지를 전송하자. 순서1. 텔레그램의 검색창에서 botfather 검색합니다.2. /newbot을 입력합니다.3. 봇의 이름을 입력합니다. 예) tele_send_test4. 봇의 사용자 이름을 입력합니다. 마지막은 bot이 들어가야 합니다. 예) tele_send_test_bot5. 봇 생성 완료하여 토큰값을 복사합니다.6. 텔레그램 API getUpdateshttps://core.telegram.org/bots/api#getupdates Telegram Bot APIThe Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to cre..
-
GitHub Personal Access Tokens (classic) 발급 방법개발 2025. 7. 24. 05:07
GitHub 토큰을 발급받아 코드 관리를 하자.순서1. GitHub에 로그인GitHub 사이트에 접속하여 로그인을 합니다. GitHub · Build and ship software on a single, collaborative platformJoin the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.github.com 2. Settings오른쪽 상단 프로필 아이콘을 클릭하고 하단의 Settings를 클릭합니다.https://git..