From f9e5246fde3e4700f0636d2486220c5b8c716e74 Mon Sep 17 00:00:00 2001 From: Artyom Ivanov Date: Sun, 14 Aug 2022 19:42:22 +0300 Subject: [PATCH] Add TGPy --- Projects-using-Telethon.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Projects-using-Telethon.md b/Projects-using-Telethon.md index 9123f30..72946aa 100644 --- a/Projects-using-Telethon.md +++ b/Projects-using-Telethon.md @@ -94,4 +94,8 @@ A bot that converts e-books to various formats, powered by calibre! Currently, i Telminal is a Python package that helps you have your own server assistant Telegram bot. You can use Telminal as a terminal or to download & upload files. ## [adaptor:ex](https://gitlab.com/machina_ex/adaptor_ex/adaptor_ex_server) -A graphical flow editor storytelling engine. Connect External Software and Hardware with the Telegram Mesenger to create Games and Stories for Theater and Live Games, Escape Rooms, Scavenger Hunts and so forth. \ No newline at end of file +A graphical flow editor storytelling engine. Connect External Software and Hardware with the Telegram Mesenger to create Games and Stories for Theater and Live Games, Escape Rooms, Scavenger Hunts and so forth. + +## [TGPy](https://github.com/tm-a-t/TGPy/) + +TGPy instantly runs Python code in your messages, as that was written in the Python shell. You can use any Python or Telethon features in your chats to run expressions, automate sending messages, and integrate other services. [Docs](https://tgpy.tmat.me/) \ No newline at end of file