facebook-messenger-bot
Here are 387 public repositories matching this topic...
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
The documentation for deploying to Heroku here shows an out of date Procfile example. The correct Procfile should be:
web: bundle exec puma -C config/puma.rb
sidekiq: bundle exec sidekiq -C config/sidekiq.yml -q stealth_webhooks -q stealth_replies -r ./config/boot.rb
This is one of the breaking changes for version 1.1.0
-
Updated
Dec 29, 2019 - Python
-
Updated
May 25, 2020 - Swift
https://developers.facebook.com/docs/messenger-platform/send-messages
Breaking Change Notice - messaging_type Property Required (Effective May 7, 2018)
As of the release of Messenger Platform v2.2, we are requesting developers to include the messaging_type property in all message sends.
Beginning May 7, 2018, this property will be required for all message sends. After this date, message s
-
Updated
Feb 6, 2020 - PHP
-
Updated
Jun 1, 2020 - Python
TODO List
- Update SensioLabsInsight Link - Don't have control for this. @freekmurze please update.
- Submit to Packagist. CC: @freekmurze @themsaid @mpociot please submit.
- Explore other attachment templates like [generic](https://developers.facebook.com/docs/messenger-platform/send-api-reference/generic-t
-
Updated
Aug 21, 2019 - Python
-
Updated
Oct 25, 2019 - PHP
-
Updated
Apr 21, 2020 - PHP
Getting the following error.
File "/app/jobmind/fb_bot/views.py", line 36, in post_facebook_message
user_details = requests.get(user_details_url, user_details_params).json()
TypeError: get() takes exactly 1 argument (2 given)
-
Updated
Mar 7, 2020 - Python
-
Updated
Sep 18, 2018
-
Updated
Aug 12, 2018 - JavaScript
-
Updated
Jan 27, 2019 - TypeScript
Hi terrenjpeterson
can you please provide us full docs on creating this kind of bots, it will be amazing for lex beginner out there-there is no good tutorial on amazon lex bot if you know the best premium lex chatbot tutorial also please suggest us.
I love this app, I would like to create one but am confusing on response card with lambda :(
-
Updated
Feb 19, 2020 - PHP
-
Updated
Nov 14, 2019 - Go
-
Updated
Jul 13, 2018 - TypeScript
-
Updated
May 1, 2018 - JavaScript
-
Updated
Sep 6, 2019 - JavaScript
-
Updated
Mar 23, 2020 - JavaScript
Add news source
Add a news source which is not supported yet .
Guidelines -
- Do test it before adding to the list
- Open issue ticket for inconsistency in scraping
-
Updated
Sep 30, 2019 - Dockerfile
-
Updated
Jun 16, 2019 - Go
Improve this page
Add a description, image, and links to the facebook-messenger-bot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the facebook-messenger-bot topic, visit your repo's landing page and select "manage topics."
Description
There's no way to (that I've found) to get a Poll_ID from a existing polls in a Group
Research (if applicable)
On
https://developers.facebook.com/docs/workplace/integrations/custom-integrations/reference/group, I found GET 'graph.facebook.com/{group-id}/feed?fields=attachments', which should return videos, images, files, or polls.