patch 4ce3f4a5c671bc4fbe91a03457cf4d87f562f4c7 Author: E. Bosch Date: Sat Oct 31 02:11:52 CET 2020 * Update README diff -rN -u old-irgramd/README.md new-irgramd/README.md --- old-irgramd/README.md 2024-11-22 20:16:44.650396637 +0100 +++ new-irgramd/README.md 2024-11-22 20:16:44.650396637 +0100 @@ -1,12 +1,16 @@ # irgramd - IRC <-> Telegram Gateway -I'm a fan of the [Destination Linux] and [Late Night Linux] podcasts... but -they only provide [Telegram] groups for discussion, which is unfortunate -because I prefer [IRC]. This is my hack to allow me to use [IRC] to -participate in [Telegram] groups. +irgramd is a gateway that allows connecting from an [IRC] client to +[Telegram] as a regular user (not bot) +irgramd is written in [python] (version 3), it acts as an IRC server +where an IRC client can connect and on the other side it's a Telegram client +using the [Telethon] library + +**[ This is a fork from [pbui/irtelegramd] to resume the development ]** -[Destination Linux]: https://destinationlinux.org/ -[Late Night Linux]: https://latenightlinux.com/ -[Telegram]: https://telegram.org/ [IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat +[Telegram]: https://telegram.org/ +[python]: https://www.python.org/ +[Telethon]: https://github.com/LonamiWebs/Telethon +[pbui/irtelegramd]: https://github.com/pbui/irtelegramd