Skip to content

LYHyoung/boan_itforest_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Security News Kakao Chatbot

Ref.

  • Security Company : ITForest
  • Click here to find out about chatbot

About

This chatbot can scrap recent and weekly hot news about security issue's in '보안뉴스', '데일리시큐', 'Wired' and 'The Hacker News'
Also can get news issues by insert keyword like Zero-Day and SolarWinds

Func.

USER
  • recent news
  • weekly hot news
  • get news about user's utterance
  • set result of user utterance's news site
  • recommend news
    • recommend with user's utterance log
  • change user's name
    • name : chatbot will call user by this 'name'
ADMIN
  • check 'recent news' Log
  • check 'weekly hot news' Log
  • check 'user's utterance news' Log
  • check 'user utterance's news site' Log
  • delete all Log
  • check utterance's Log

ARCH.

> Server : AWS EC2

DB Log Structure

/ : Directory
(None Slash) : File


/root
├── /admin
│   ├── Searched Word
│   ├── /_search
│   │   ├── 보안뉴스
│   │   ├── 데일리시큐
│   │   ├── The Hacker News
│   │   └── Wired
│   ├── /_recent
│   │   ├── 보안뉴스
│   │   ├── 데일리시큐
│   │   ├── The Hacker News
│   │   └── Wired
│   └── /_weekly
│       ├── 보안뉴스
│       ├── 데일리시큐
│       ├── The Hacker News
│       └── Wired
└── /Users
    ├── /userkey(hash[0:2])
    │   ├── /userkey(hash[3:])
    │   │   ├── user
    │   │   ├── SearchN 
    │   │   └──  /searched 
    │   │        └── Searched Word
...
    │   └── /userkey(hash[3:])
    │       └── ...
...
    └── /userkey(hash[0:2])
        └── ...

Layout

menu

user's utterance

recent news

weekly news

About

security company itforest's chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages