patch 22812451b9c8e65dc2d08c04bd4cbde65d8c9b23 Author: E. Bosch Date: Thu Apr 27 23:01:01 CEST 2023 * README update diff -rN -u old-irgramd/README.md new-irgramd/README.md --- old-irgramd/README.md 2024-11-22 21:06:46.197639594 +0100 +++ new-irgramd/README.md 2024-11-22 21:06:46.197639594 +0100 @@ -42,13 +42,20 @@ - Media in messages (receive, download) - Replies (receive) - Forwards (receive) -- Deletes (receive) +- Deletions (receive) - Editions (receive) - Reactions (receive) - Dialogs management - Authentication and TLS for IRC - Multiple connections from IRC +## Requirements + +- [python] (>= v3.8) +- [telethon] (tested with v1.28.5) +- [tornado] (tested with v6.1.0) +- [aioconsole] (tested with v0.6.1) + ## License Copyright (c) 2019 Peter Bui @@ -65,3 +72,6 @@ [darcs]: http://darcs.net [project management and secondary repository]: https://github.com/prsai/irgramd [pbui/irtelegramd]: https://github.com/pbui/irtelegramd +[python]: https://www.python.org +[tornado]: https://www.tornadoweb.org +[aioconsole]: https://github.com/vxgmichel/aioconsole