OSDN Git Service

library install
authoryamat0jp <yamat0jp@yahoo.co.jp>
Sat, 1 Sep 2018 05:49:37 +0000 (14:49 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Sat, 1 Sep 2018 05:49:37 +0000 (14:49 +0900)
commitba5b93553e6161fe1d400f0bdfd2debac620af21
treefe7ca7695eb76cde0f8681ac6a5a1cc6982765c2
parent54adfe2a4efe8dc76d984db656fde87e339e764c
library install
23 files changed:
bot.py
linebot/__about__.py [new file with mode: 0644]
linebot/__init__.py [new file with mode: 0644]
linebot/api.py [new file with mode: 0644]
linebot/exceptions.py [new file with mode: 0644]
linebot/http_client.py [new file with mode: 0644]
linebot/models/__init__.py [new file with mode: 0644]
linebot/models/actions.py [new file with mode: 0644]
linebot/models/base.py [new file with mode: 0644]
linebot/models/error.py [new file with mode: 0644]
linebot/models/events.py [new file with mode: 0644]
linebot/models/flex_message.py [new file with mode: 0644]
linebot/models/imagemap.py [new file with mode: 0644]
linebot/models/messages.py [new file with mode: 0644]
linebot/models/responses.py [new file with mode: 0644]
linebot/models/rich_menu.py [new file with mode: 0644]
linebot/models/send_messages.py [new file with mode: 0644]
linebot/models/sources.py [new file with mode: 0644]
linebot/models/template.py [new file with mode: 0644]
linebot/utils.py [new file with mode: 0644]
linebot/webhook.py [new file with mode: 0644]
requirements.txt
runtime.txt [deleted file]