Inflearn brand logo image

Inflearn Community Q&A

andyhur9849's profile image
andyhur9849

asked

Web automation tasks, data search and visualization using Python Streamlit

OMDb API Url

Resolved

Written on

·

163

0

OMDb API url 주소 작성방법 알려주세요. API key를 발급 받았는데 유효한 key가 아니라고 합니다.

pythonmongodbstreamlit

Answer 1

0

boanproject님의 프로필 이미지
boanproject
Instructor

안녕하세요. OMDb 페이지에서 API Key 를 선택하고, Free로 해서 이메일 등록하면 이메일로 API키가 도착합니다. 형태는 아래와 같습니다.

 

http://www.omdbapi.com/?i=tt3896198&apikey=xxxxxxx

image

 

 

 

image

 

image

 

andyhur9849님의 프로필 이미지
andyhur9849
Questioner

네, 감사합니다.

andyhur9849's profile image
andyhur9849

asked

Ask a question