effeci
effeci
```python import fbchat from fbchat.models import * class EchoBot(fbchat.Client): def onMessage(self, author_id, message_object, thread_id, thread_type, **kwargs): print("{} from {}".format(message_object, thread_id)) if message_object.text == "POST TITLE": self.send(Message(text="hello...."), thread_id=thread_id, thread_type=thread_type) bot =...
------------------------------------ Display Overrides Backups ------------------------------------ [1] 2019-02-18@15_11_28 [2] .DS_Store ------------------------------------ Choose the backup to restore (type in e to exit)[Exit/1/2]: 1 ./restore: line 86: syntax error: unexpected end of file...