lifestreamone.github.io

Follow me on GitHub

Test Case Operability

Test Case Name: LINE Notify BOT

Precoditions:

  • Connected services
  • loging https://notify-bot.line.me
  • สร้างชื่อเพื่อใช้ในการติดต่อ
  • Generate access token
  • เชื่อมต่อ Acoount กับ Line ที่ต้องการเพื่อขอ Token
  • Connect Line Account กับ Line Notify
  • เพิ่มเพื่อนกับ Line Notify
  • Inputs:

    ส่งข้อมูลโดย BOT เช่น

    from songline import Sendline
    from uncleengineer import thaistock
    
    token = 'xxxxxxxxxxxxxxxxxxxxxxxxx'
    message = Sendline(token)
    
    allstock = ['PTT','SCB','KBANK','AOT','STEC']
    
    texttoline = ''
    for st in allstock:
    	mystock = thaistock(st)
    	text = 'หุ้น: {} ราคา: {}'.format(mystock[0],mystock[1])
    	texttoline += text + '\n'
    
    message.sendtext(texttoline)
    

    Actions:

    Data event

    Expceted Results:

    Checking alert

    Pic