Skip to content

Releases: Dornat/twitter-to-telegram-bot

v2.0.0 Released

06 May 20:14
Compare
Choose a tag to compare

The app was rewritten entirely.

The bot now is a binary (ttt) and it's included with this release.

Requirements

PHP ^8.1

Features

  • Possibility to duplicate Twitter account feeds to multiple Telegram channels. E.g. you can have 1 Twitter account to post to multiple Telegram channels or 2+ separate Twitter to Telegram pairs.
  • Possibility to extend and add your own handlers (pipes) for Twitter feed manipulation. E.g. if you want to do some manipulation with text from tweets, or maybe you don't need to see any gifs with cats in your Telegram channel you can make that each tweet can be handled as you see fit.
  • I finally decided to make this bot as a standalone app (!), although you still need a php ^8.1 to run the script on your machine.
  • And as a result of the previous point you can now pass all the necessary configuration as arguments to the bot itself on the command line.

v1.0.0

04 May 18:56
a3687db
Compare
Choose a tag to compare

v2.0 preparation.