All Projects → AlexR1712 → messenger-to-telegram

AlexR1712 / messenger-to-telegram

Licence: MIT license
Connect your Facebook Messenger Account to your Telegram Messenger and Erase the Messenger App

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to messenger-to-telegram

Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (+292.06%)
Mutual labels:  telegram-bot, messenger, messenger-bot
messenger
💬 A PHP library for Facebook Messenger
Stars: ✭ 53 (-15.87%)
Mutual labels:  messenger, messenger-bot
React Messenger Customer Chat
React component for messenger customer chat plugin
Stars: ✭ 221 (+250.79%)
Mutual labels:  messenger, messenger-bot
Messengerbot
Python client for Facebook Messenger Platform Bot
Stars: ✭ 140 (+122.22%)
Mutual labels:  messenger, messenger-bot
Telegram Robot Rss
A clean and easy to use RSS Newsfeed Bot for fabulous Telegram Messenger App! 🤖 ✉️ ❤️
Stars: ✭ 120 (+90.48%)
Mutual labels:  telegram-bot, messenger
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+4446.03%)
Mutual labels:  telegram-bot, messenger-bot
Chatblocks
Declarative Messenger chatbot framework
Stars: ✭ 48 (-23.81%)
Mutual labels:  messenger, messenger-bot
Ptt Alertor
📢 Ptt 文章通知機器人!Notify Ptt Article in Realtime
Stars: ✭ 150 (+138.1%)
Mutual labels:  telegram-bot, messenger-bot
bkit
build a messenger bot using HTML
Stars: ✭ 36 (-42.86%)
Mutual labels:  messenger, messenger-bot
How-To-Build-A-Chatbot
Learn to build a facebook chatbot using Python and Flask
Stars: ✭ 15 (-76.19%)
Mutual labels:  messenger, messenger-bot
messenger-demo
Laravel messenger demo app using rtippin/messenger. Private and group threads with real-time messaging, reactions, attachments, calling, chat bots, and more!
Stars: ✭ 109 (+73.02%)
Mutual labels:  messenger
python-messenger
Python GUI Multi User Messenger
Stars: ✭ 28 (-55.56%)
Mutual labels:  messenger
laravel-telegram-logging
Send logs to Telegram chat via Telegram bot
Stars: ✭ 95 (+50.79%)
Mutual labels:  telegram-bot
Tutorial-Echobot
Un Bot de Facebook Messenger que te responde lo que tú escribiste.
Stars: ✭ 25 (-60.32%)
Mutual labels:  messenger
Channelize-iOS-Chat-SDK-Sample
Open-source JavaScript SDK to enable Real-time Messaging
Stars: ✭ 30 (-52.38%)
Mutual labels:  messenger
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-76.19%)
Mutual labels:  telegram-bot
forward-bot
Use Telegram to chat with your QQ friends.
Stars: ✭ 23 (-63.49%)
Mutual labels:  telegram-bot
tdlight-telegram-bot-api
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
Stars: ✭ 71 (+12.7%)
Mutual labels:  telegram-bot
video-encoder-bot
A Telegram bot to encode videos files via ffmpeg.
Stars: ✭ 75 (+19.05%)
Mutual labels:  telegram-bot
grammy-inline-menu
Inline Menus for Telegram made simple. Successor of telegraf-inline-menu.
Stars: ✭ 274 (+334.92%)
Mutual labels:  telegram-bot

Telegram Messenger

IMPORTANT

Currently this project is not working as expected because the Facebook API breaks some parts of the main dependency.

Messenger to Telegram

Connect your Facebook Messenger to Telegram Easily, because Telegram is better, and do messaging and increase your productivity.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

1. Nodejs
2. Create bot in Telegram with @botfather
3. You need a Facebook account
4. (Optional but recommended) you can use Docker/Docker Compose for fast deployment

Installing

Using Docker

  1. Clone this repository in your server/computer
  2. Duplicate docker-compose.yml to docker-compose-prod.yml or simple run this cp docker-compose.yml docker-compose-prod.yml
  3. Edit the enviroment variables with yours in docker-compose-prod.yml file, where the TELEGRAM_CHAT_ID can be get using the bot @getidsbot, and the TELEGRAM_TOKEN can be obtained from @BotFather, and set FB_EMAIL with your facebook email or username, FB_PASSWORD place your facebook password.
  4. Now launch your bot!, run this: docker-compose -f docker-compose-prod.yml up.
  5. Now you will be able to receive and respond to messages from Facebook Messenger from Telegram :-)

ToDo

  • Inline buttons.
  • Send photo from Telegram to Messenger.
  • Send media (photo, video, gif, voice) from Messenger to Telegram.
  • Group and private chat support
  • Easily change current chat.
  • Show Contact List of Messenger in Telegram
  • Multilanguage option.
  • Support for Gif.
  • Support for Stickers of Messenger.
  • Support for file attachments.

Credits

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