1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

QRコード生成 Line bot (Azure Functionsで実現)

Last updated at Posted at 2024-02-14

Azure FunctionsでQRコード生成 LINE bot を作成したので紹介します。

QRコード生成 LINE bot 情報

【QRコード生成 LINE bot のQRコード】

image.png
@489imzgn

LINE bot 追加操作

QRコードで追加

bot id(@489imzgn) で追加

QRコード生成操作

URLからのQRコード生成

👇XのプロフィールURLからQRコードを生成します。

文字列からのQRコード生成

👇QRコードには任意の文字列を格納することもできます。

QRコード生成 Line bot 作成解説

このLine bot は下記記事の組み合わせで出来ています。

  1. QRコードの生成
    解説記事:PythonでQRコードを作成する
  2. QRコード生成ロジックをAzure Functions としてデプロイ
    解説記事:Azure Functions でPython関数を作成してデプロイする
  3. Azure Functions でLineメッセージを送受信する
    解説記事:Azure Functions でLineメッセージを送受信する
  4. 生成したQRコードをAzure Blob StorageへアップロードしてLineへ連携する
    解説記事:Azure Blob Storage CLI及びPython経由ファイルアップロード/ダウンロード操作手順
    解説記事:AzureストレージアカウントでWebコンテンツを公開する

コード(参考)

QRコード生成 LINE bot (Azure Functionsで実現)
参照下さい。

👇関連記事

本記事へのリンク

496060323041378673.png

https://docs.saurus12.com/azure/line_bot_qr_creator

👇参考URL

[keywords]
Azure Functions QRコード Line bot

QRコード生成 LINE bot (Azure Functionsで実現)

更新日:2024年02月22日

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?