All Projects → hartleybrody → Fb Messenger Bot

hartleybrody / Fb Messenger Bot

A starter Facebook Messenger Bot built in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fb Messenger Bot

Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (-42.15%)
Mutual labels:  bot, facebook-messenger-bot, facebook
Facebooktoolkit
a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++.
Stars: ✭ 227 (-46.84%)
Mutual labels:  bot, facebook-messenger-bot, facebook
Spotify Bot
Spotify Messenger Bot
Stars: ✭ 12 (-97.19%)
Mutual labels:  bot, facebook-messenger-bot, facebook
Messenger Platform Postman Collection
A delicious Postman collection for all your Messenger Platform needs.
Stars: ✭ 150 (-64.87%)
Mutual labels:  bot, facebook
Facebookautolikeprofessional
Auto Like reactions and unlike Facebook Status, Comments, Photos, group posts, page posts, change facebook theme and skin colors, auto tag members in group post.. Auto Comment and Auto Reply to all Comments... Facebook Auto Like Unlimited 2019 is 100% safe to use...
Stars: ✭ 101 (-76.35%)
Mutual labels:  bot, facebook
Botkit
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Stars: ✭ 10,555 (+2371.9%)
Mutual labels:  bot, facebook
Messenger Bot
A Node client for the Facebook Messenger Platform
Stars: ✭ 1,081 (+153.16%)
Mutual labels:  bot, facebook
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (-47.78%)
Mutual labels:  bot, facebook-messenger-bot
Messenger4j
A Java library for building Chatbots on the Facebook Messenger Platform - easy and fast.
Stars: ✭ 199 (-53.4%)
Mutual labels:  bot, facebook
Miscord
Facebook Messenger to Discord bridge
Stars: ✭ 225 (-47.31%)
Mutual labels:  bot, facebook
Fb Automated Birthday Wisher
Automatically wishes your selected fb friends on their Birthday
Stars: ✭ 39 (-90.87%)
Mutual labels:  facebook, facebook-messenger-bot
facebook-messenger
Go (GoLang) package for Facebook Messenger API and Chat bot
Stars: ✭ 62 (-85.48%)
Mutual labels:  facebook, facebook-messenger-bot
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-81.5%)
Mutual labels:  bot, facebook
Fb Botmill
A Java framework for building bots on Facebook's Messenger Platform.
Stars: ✭ 67 (-84.31%)
Mutual labels:  bot, facebook
Magento Chatbot
Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
Stars: ✭ 149 (-65.11%)
Mutual labels:  bot, facebook
Jbot
Make Slack and Facebook Bots in Java.
Stars: ✭ 1,148 (+168.85%)
Mutual labels:  bot, facebook
Node Fb Messenger
✉️ Facebook Messenger Platform Node.js API Wrapper
Stars: ✭ 206 (-51.76%)
Mutual labels:  bot, facebook
Caloriecounter
AWS Lex based chatbot that calculates calories based on different fast food restaurants. This was an entry for a coding challenge on DevPost, and is actively used on Facebook Messenger. The issues list is actively managed as what defects or improvements are found by real world usage.
Stars: ✭ 46 (-89.23%)
Mutual labels:  bot, facebook-messenger-bot
Fbmessenger Node
FB messenger for node
Stars: ✭ 52 (-87.82%)
Mutual labels:  bot, facebook
messenger
💬 A PHP library for Facebook Messenger
Stars: ✭ 53 (-87.59%)
Mutual labels:  facebook, facebook-messenger-bot

Facebook Messenger Bot

This is a simple python template that uses Flask to build a webhook for Facebook's Messenger Bot API.

Read more in my tutorial that uses this repository.

New: Check out my Facebook Messenger Bot Course. It walks you through the process of getting this bot hosted on heroku step-by-step, and also unlocks all the content that's hidden in this repo's branches.

"Callback verification failed"

Facebook Error

The #1 error that gets reported in issues is that facebook returns an error message (like above) when trying to add the heroku endpoint to your facebook chat application.

Our flask application intentionally returns a 403 Forbidden error if the token that facebook sends doesn't match the token you set using the heroku configuration variables.

If you're getting this error, it likely means that you didn't set your heroku config values properly. Run heroku config from the command line within your application and verify that there's a key called VERIFY_TOKEN that has been set, and that it's set to the same value as what you've typed into the window on facebook.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].