๐Ÿ“ฆ felixonmars / telegramirc

Telegram as your IRC client

โ˜… 30 stars โ‘‚ 3 forks ๐Ÿ‘ 30 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/felixonmars/telegramirc.git
HTTPS git clone https://github.com/felixonmars/telegramirc.git
SSH git clone git@github.com:felixonmars/telegramirc.git
CLI gh repo clone felixonmars/telegramirc
Felix Yan Felix Yan Initial aiogram 3.x support 6689fc3 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ telegramirc.py
๐Ÿ“„ README.md

telegramirc ===========

Telegram as your IRC client.

Features ========

  • Tailored for using Telegram as your personal IRC client. This is not a group <=> channel forwarding bridge like many other projects.
  • Single Telegram Bot for Multiple IRC channels (with different Telegram groups)
  • Always online and search your IRC history with Telegram's builtin search.
  • Direct messages (/msg) and action (/me)
  • SASL Login
  • Password-protected IRC channels
Dependencies ============

  • aiogram (Telegram library)
  • pydle (IRC library)
  • tenacity
  • toml
Usage =====

  • Ask @BotFather for a Telegram bot, save its token
  • Copy telegramirc_example.toml to telegramirc.toml
  • Fill in an initial value (for example, 0) as telegram.fallback_chatid and comment out [channel.*]
  • Run telegramirc with your initial configuration (python telegramirc.py)
  • Talk to your bot on telegram, use /chatid to get your fallback chatid
  • Now for each channel you want to join, create a telegram group with you and your bot. Use /chatid inside the group for the corresponding chatid in [channel.*] sections below.
TODO ====

  • List online users in channel
  • DCC File transfer and other IRC extensions