Coder Social home page Coder Social logo

give-me-movie's Introduction

Give Me Movie

매주 영화 한 편씩.

Install

  • Poetry
    https://python-poetry.org/docs/#installation

  • Dependencies

poetry install

Usage

  • Activate the environment
poetry shell
  • Initialize settings
python main.py initialize

You should prepare the followings to initialize:

  • Naver Client ID from Naver Developer Center
  • Naver Secret key from Naver Developer Center
  • Github Access Token
  • Github Repository ({your github id}/{your github repository name})
    to post recommended movies
  • Run commands
python main.py [OPTIONS] COMMAND [ARGS]...

You can get detail usages by --help option.

python main.py --help

give-me-movie's People

Contributors

qlqldldh avatar

Watchers

 avatar

give-me-movie's Issues

recommend 메소드 재귀 횟수 제한

  • 기존
    recommend 메소드는 네이버 API로부터 빈 아이템 리스트를 전달 받았을 때 재요청할 수 있도록 내부적으로 다시 자기자신을 호출하도록 되어있음.
    이는 CLI 상에서 네이버 API로부터 어떤 아이템도 절대 받을 수 없도록 커맨드를 던지는 경우 abort 시키기 전까지 무한하게 커맨드를 실행할 수 있다는 문제가 있음.
  • 조치 사항
    재귀 횟수를 제한하는 방향으로 재구현하여 일정 횟수 이상 반복되지 못하도록 조치 예정.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.