Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.71 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.71 KB

MrSearch

美味しいものを検索するSlackBot

環境

Pipenv

各APIKey

  • 必要なAPIKeyは、環境変数から読み込む仕様にしている

  • SlackBot

    • SLACK_BOT_API_TOKENへセット
  • ぐるなびAPI

    • GURUNAVI_API_TOKENへセット
  • APIKey設定方法

    • .bash_profile
      •   export SLACK_BOT_API_TOKEN=*********
          export GURUNAVI_API_TOKEN=*********
        
    • PyCharm
      • run -> Edit Config -> Environment variables -> key,valueで設定

Gitについて

slackbotについて

ぐるなびAPIについて