A Facebook bot for Telegram.
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.
git clone https://github.com/Liryna/FacebookBot.git
cd FacebookBot
npm install
config.json.{
"email": "YOUR EMAIL",
"password": "YOUR PASSWORD",
"dir": "FacebookBot DIRECTORY"
}
##Usage
TELEGRAM_USER="your telegram login"
APP_TOKEN="the token of your bot that BotFather gave you"
TELEGRAM_USER="Mario" APP_TOKEN="TOKEN" node facebookbot.js
/threadlist - List the latest conversations you had with your friends.
/cancel - Cancel the current command.
This bot use Schmavery/facebook-chat-api and depoio/node-telegram-bot.
26 commits
JavaScript
99.0%
Shell
1.0%
A Facebook bot for Telegram.
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.
git clone https://github.com/Liryna/FacebookBot.git
cd FacebookBot
npm install
config.json.{
"email": "YOUR EMAIL",
"password": "YOUR PASSWORD",
"dir": "FacebookBot DIRECTORY"
}
##Usage
TELEGRAM_USER="your telegram login"
APP_TOKEN="the token of your bot that BotFather gave you"
TELEGRAM_USER="Mario" APP_TOKEN="TOKEN" node facebookbot.js
/threadlist - List the latest conversations you had with your friends.
/cancel - Cancel the current command.
This bot use Schmavery/facebook-chat-api and depoio/node-telegram-bot.
26 commits
JavaScript
99.0%
Shell
1.0%