Arbogaste / telegramSenderGPT

A telegram client to send chat gpt messages on a list of user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegramSenderGPT

Two use cases:

  • A telegram client to send chat gpt messages on a list of user.
  • A bot to generate chat gpt messages on telegram.

Installation Requirements:

    pip install openai telethon pyTelegramBotAPI

Registration Requirements:

Links to the documentation:

Medium Article:

How to use:

- Set the following variables:
    - OPENAI_API_KEY
    - TELEGRAM_API_ID
    - TELEGRAM_API_HASH
    - TELEGRAM_PHONE
    - TELEGRAM_BOT_TOKEN

then to run the client, type on the terminal:
    python3 client.py

otherwise to run the bot, type:

    python3 bot.py

About

A telegram client to send chat gpt messages on a list of user

License:MIT License


Languages

Language:Python 100.0%