Facebook Chat (Messenger) for Python
-
Updated
May 29, 2022 - Python
For example, now it is not possible to import TextProps of Text component from @urban-bot/core
Only as import { TextProps } from '@urban-bot/core/dist/components/Text';
Add a description, image, and links to the facebook-messenger-bot topic page so that developers can more easily learn about it.
To associate your repository with the facebook-messenger-bot topic, visit your repo's landing page and select "manage topics."
In the Seq2Seq.py file we currently use tf.contrib.legacy_seq2seq.embedding_rnn_seq2seq. We'd like to move off of this layer because it's a legacy layer and because it doesn't work with Python3 (which we'd like to move the repo towards