
PC 부팅 시 Telegram으로 메시지 보내기
·
이것저것
Telegram bot 생성 후 Azure 연동전에 재미삼아 해 봄.. 1. 대상 PC에 Python 3.13.0 설치(설치 시점 최신 버전)https://www.python.org/downloads/ Download PythonThe official home of the Python Programming Languagewww.python.org 설치 시 "Add python.exe to PATH" 체크 -> 나머지는 기본값으로 진행 설치 확인 2. requests 모듈 설치HTTP 요청을 처리할 수 있도록 Requests 라이브러리 추가python -m pip install requests 설치 후 최신버전 업그레이드 적용python.exe -m pip install --upgrade pip 3...