Forward tweets to telegram. (tweets from 3 days ago will be ignored)
Menu | Tweet |
---|---|
- 🚫RTer: If
a
retweetedb
's tweet, blockb
's tweet. - 👀RTer: If
a
retweetedb
's tweet, followb
's future tweets. - ❌RT: Unfollow
b
ifa
retweetedb
's tweet andb
is already being followed. - 🚫RT: Disable all tweets retweeted by
a
ifa
retweetedb
. - ❌: Unfollow
a
ifa
posted the tweet.
Block Commands Parameter blockType
:
- 1 - Block all retweets from this user.
- 2 - Block all tweets from this user.
- choose a folder to run your bot, like
mkdir some_bot && cd some_bot
- create a data dir in your bot folder,
mkdir data
- create a docker compose file,
wget https://raw.githubusercontent.com/naiba/twitter2telegram/main/docker-compose.yaml
- create a
.env
file,wget -O .env https://raw.githubusercontent.com/naiba/twitter2telegram/main/.env.example
- update twitter/telegram tokens in
.env
- run the bot
docker-compose up -d
- chat with @userinfobot, get your telegram id
- add your self as a user, send
/AddUser your_telegram_id a_string_label
to your bot.