dhruvramani / Terminal-on-FB-Messenger

Allows user to take full control of the terminal of their computer through Facebook's messaging service.
http://dhruvramani.github.io/Terminal-on-FB-Messenger/
407 stars 58 forks source link

Code does not work on the new Facebook #20

Open Huy-Nguyen-HCI opened 7 years ago

Huy-Nguyen-HCI commented 7 years ago

The following error is generated after logging in

File "main.py", line 230, in init
    replyButton = [x for x in driver.find_elements_by_tag_name('input') if x.get_attribute('value') == 'Reply'][0]

This might be because Facebook has changed its HTML layout.

dhruvramani commented 7 years ago

Yes, Facebook has modified how you chat. It's shifted to messenger.

You can contribute if you want, it shouldn't be a lot of work. I might not be able to contribute to for some time due to other work going on now. Hope you understand.