- 사용자 계정 입력 방법
- SDK 를 실행하면 [ktcloud] api_key : 라는 입력창이 생성되며 사용자 계정 입력함 (secret key도 동일한 방법으로 입력)
- 매번 입력하기 번거로울 때 아래 명령어로 입력해두면 환경변수로 생성됨 (창 열려있는 동안에만..)
- linux
- export KTCAPI={APIkey입력}
- export KTCSEC={SECkey입력}
- Windows
- set KTCAPI={APIkey입력}
- set KTCSEC={SECkey입력}
sudo apt install python3-dev
pip3 install pandas
pip3 install requests
pip3 install urllib3
''' Copyright (c) 2021 KT Corp.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
'''