Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 572 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 572 Bytes

fb_reply

Feature

Use selenium to control web UI. If there is new message, the bot will reply to it with predetermined message.

Known issues

  1. depends on the messenger web UI DOM. Code may fail if the UI changes
  2. no reply to active diagloue (currenly opened chatbox). new message coming from that use will not induce any new message notification

Future improvments

messenger use websocket for communication. Ideally we should use send request to grahql directly instead of replying on the messenger web UI, by which we can get rid of the problems...