강의

멘토링

커뮤니티

Inflearn Community Q&A

jjhcnumath's profile image
jjhcnumath

asked

Build your own SlackBot that tells you the weather (Python)

Create a Slackbot that responds to chats

아래와 똑같은 질문입니다.

Resolved

Written on

·

336

0

bot에 대한 토큰을 입력하는 과정에서 key error가 뜹니다.

말씀하신 apps?new_classic_app=1에 들어가서 생성했습니다.

 

rtm = RTMClient(token=os.environ[token])

에서 오류가 나는데, 뭐가 잘못된 걸까요?

pythonslackgithub-actionsplaywrighthttpx

Answer 1

0

jjhcnumath님의 프로필 이미지
jjhcnumath
Questioner

해결했습니다. token = 'bot-token' 이었네요

jjhcnumath's profile image
jjhcnumath

asked

Ask a question