All Projects → jellevdvliet → facebook-bot-autoresponder

jellevdvliet / facebook-bot-autoresponder

Licence: MIT license
Facebook bot that automatically responds to the comments of a certain post

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to facebook-bot-autoresponder

Facebook-Auto-Pilot
Automate common Facebook activities such as posting to groups and pages walls. Effortlessly post to multiple groups or pages.
Stars: ✭ 126 (+40%)
Mutual labels:  facebook, facebook-bot, facebook-api, marketing-tools
Laravel Facebook Ads
Facebook & Instagram Ads API for Laravel
Stars: ✭ 87 (-3.33%)
Mutual labels:  facebook, facebook-api
Zuck
Facebook Graph API wrapper for Elixir
Stars: ✭ 12 (-86.67%)
Mutual labels:  facebook, facebook-api
Facebook Export
Tools to help administer your Facebook groups
Stars: ✭ 96 (+6.67%)
Mutual labels:  facebook, facebook-api
React Facebook
Facebook components like a Login button, Like, Share, Chat, Comments, Page or Embedded Post
Stars: ✭ 661 (+634.44%)
Mutual labels:  facebook, facebook-api
Fb Messenger Cli
fb-messenger-cli, console Facebook messenger
Stars: ✭ 665 (+638.89%)
Mutual labels:  facebook, facebook-api
Docker Multistreamer
Dockerized multistreamer
Stars: ✭ 90 (+0%)
Mutual labels:  facebook, facebook-api
messenger
💬 A PHP library for Facebook Messenger
Stars: ✭ 53 (-41.11%)
Mutual labels:  facebook, facebook-api
Botkit
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Stars: ✭ 10,555 (+11627.78%)
Mutual labels:  facebook, facebook-bot
Facebook Js Ads Sdk
[DEPRECATED] OFFICIAL FACEBOOK SDK: https://github.com/facebook/facebook-nodejs-ads-sdk
Stars: ✭ 140 (+55.56%)
Mutual labels:  facebook, facebook-api
J2team Community
Join our group to see more
Stars: ✭ 172 (+91.11%)
Mutual labels:  facebook, facebook-api
Facebook Cli
💻 Facebook command line tool
Stars: ✭ 350 (+288.89%)
Mutual labels:  facebook, facebook-api
Multistreamer
[discontinued] A webapp for publishing video to multiple streaming services at once.
Stars: ✭ 281 (+212.22%)
Mutual labels:  facebook, facebook-api
Restfb
RestFB is a simple and flexible Facebook Graph API client written in Java.
Stars: ✭ 681 (+656.67%)
Mutual labels:  facebook, facebook-api
facebook-py-sdk
Facebook Python SDK
Stars: ✭ 15 (-83.33%)
Mutual labels:  facebook, facebook-api
Devil
Devil is a tool that is basically made for facebook to Hack target accounts , BruteForce Attack , grab friendlist accounts , yahoo chacker , Facbook Friend information gathering tool , auto likes reactions & much more i hope you enjoy this tool i'm not responsible if you use this tool for any illegal purpose
Stars: ✭ 88 (-2.22%)
Mutual labels:  facebook, facebook-api
Facebooktoolkit
a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++.
Stars: ✭ 227 (+152.22%)
Mutual labels:  facebook, facebook-api
facebook-go-sdk
A very simple and easy-to-use Facebook SDK for Golang.
Stars: ✭ 18 (-80%)
Mutual labels:  facebook, facebook-api
lambda-facebook-oauth
An AWS Lambda function to facilitate Oauth2 social login with Facebook
Stars: ✭ 16 (-82.22%)
Mutual labels:  facebook, facebook-api
Facebook
📨 Facebook Notifications Channel for Laravel
Stars: ✭ 120 (+33.33%)
Mutual labels:  facebook, facebook-api

AUTORESPONDER FOR FACEBOOK

Created by Jelle VDV

Repo for all the code talked about in this blogpost: https://vandevliet.me/bot-automatically-responds-comments-facebook/.

This code monitors all the comments of a Facebook post, and then comments on the comments with a custom photo. In this code there is an example on how you can make it respond with an image that includes the orginal commenter's profile picture.

This code is just a demo :) Especially with HTTP requests there should be some error handling. But that shouldn't be too hard to implement!

Requirements

  • Python 3 and all the requirements in the requirements.txt file
  • A (published) Facebook page
  • A Facebook app
  • An access token (In the blogpost you'll learn how to get a long-lived access token)

Accompanying blogpost

Need more info? I created a whole blogpost to explain the code and how you can change it to suit your needs.

Link to the blogpost

License

This code is released under MIT license

Thanks

Special thanks to Inti De Ceukelaire, who was the first one to write (I think) to write such a tool. You can find more info about how he implemented it here (in Dutch).

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].