8000 GitHub - pep299/dbd_line_bot: Dbd official tweet to LINE Talk room and Group by LINE Bot + Twitter API + AWS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pep299/dbd_line_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbd_line_bot

Dbd official tweet to LINE Talk room and Group by LINE Bot + Twitter API + AWS

architecture

architecture

system flow

sequenceDiagram
  LINE ->> Lambda.webhook_handler: トークルーム or グループにBotが参加
  Lambda.webhook_handler ->> S3: トークルーム or グループidを書き込み
  S3 -->> Lambda.webhook_handler: 
  Lambda.webhook_handler -->> LINE: 
  loop
    Lambda.batch ->> Lambda.batch: 毎日9,21時半に起動
    Lambda.batch ->> Twitter: ツイートを取得
    Twitter -->> Lambda.batch: 
    Note over LINE,Twitter: 条件に合致するツイートがある場合
    Lambda.batch ->> S3: トークルーム or グループidを読み込み
    S3 -->> Lambda.batch: 
    Lambda.batch ->> LINE: 参加しているトークルーム and グループ に送信
  end
  LINE ->> Lambda.webhook_handler: トークルーム or グループから退室
  Lambda.webhook_handler ->> S3: トークルーム or グループidを削除
  S3 -->> Lambda.webhook_handler: 
  Lambda.webhook_handler -->> LINE: 
Loading

deploy flow

deployflow

About

Dbd official tweet to LINE Talk room and Group by LINE Bot + Twitter API + AWS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0