Git Product home page Git Product logo

facebookbot's Introduction

FacebookBot

A Facebook bot for Telegram.

dependenciesnpm version

I'm a Facebook bot. I help you to communicate with your old Facebook friends through Telegram ! I will forward every of your FB messages. I will also forward your answers if you select to reply their messages.

Install

  • Create your Telegram bot, follow the instruction here.
  • Clone this repository and install nodejs package.
git clone https://github.com/Liryna/FacebookBot.git
cd FacebookBot
npm install
  • Create the configuration file config.json.
{
  "email": "YOUR EMAIL",
  "password": "YOUR PASSWORD",
  "dir": "FacebookBot DIRECTORY"
}

##Usage

  • This bot require some additional information in the your environment variables.
TELEGRAM_USER="your telegram login"
APP_TOKEN="the token of your bot that BotFather gave you"
  • Run it.
TELEGRAM_USER="Mario" APP_TOKEN="TOKEN" node facebookbot.js
  • The bot cannot establish a conversation to you directly, you need to write him first. Use your Telegram Client to say him "Hello".
  • The Available commands to send to your bot:
/threadlist - List the latest conversations you had with your friends.
/cancel - Cancel the current command.

Dependencies

This bot use Schmavery/facebook-chat-api and depoio/node-telegram-bot.

facebookbot's People

Contributors

liryna avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.