The-Studio-io / Telegram-Twitter-bot

Let's build a Twitter bot for Telegram. All of your main public tweets will be imported into your Telegram group!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤖 💬 Telegram-Twitter-bot

Let's build a Twitter bot for Telegram. All of your main public tweets will be imported into your Telegram group! For an example of this in action check out the great work that Pieter Levels.io has done with his group. https://t.me/levelsio

Mac users we will start with NodeJS

Here is a great guide on how to get NodeJS installed.
✔️ https://www.codementor.io/mercurial/how-to-install-node-js-on-macos-sierra-mphz41ekk

To begin to build the bot:

npm docs node-telegram-bot-api -- pop up the docs in the browser

npm install node-telegram-bot-api -- install the bot

Use the Botfather to built it:

Message @botfather on Telegram

More info here: https://core.telegram.org/bots#6-botfather

Windows users:

Install node with chocolatey choco install nodejs

About

Let's build a Twitter bot for Telegram. All of your main public tweets will be imported into your Telegram group!