yedhrab / yChat

Simplest telegram and SMS client that use ChatGPT (revChatGPT)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💭 yChat

Simplest telegram & SMS client that use ChatGPT (revChatGPT)

from ychat import yChat

if __name__ == "__main__":
    yChat().start_telegram_server()
    # yChat().start_sms_server()

image

  1. Fill settings.yaml file to use it
    1. Telegram token
    2. ChatGPT auth
  2. When you run code settings.yaml will be created at current directory
  3. Preffered method is access_token sign in (show my access token)

🚨 Disclaimers

It's not about OpenAI, it's just my personal project (I don't give any support for it)

About

Simplest telegram and SMS client that use ChatGPT (revChatGPT)

License:GNU General Public License v2.0


Languages

Language:Python 100.0%