• Stars
    star
    160
  • Rank 234,029 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A telegram bot for ChatGPT

ChatGPT Telegram Bot

A telegram bot that uses a headless chrome wrapper to communicate with ChatGPT.

see: https://github.com/Klingefjord/ChatGPT-API-Python

How to Install

Step 1: Create .venv

python -m venv ./venv source ./venv/bin/activate

Step 2: Set up your Telegram bot

  1. Set up your Telegram bot token and user ID in the .env file. See these instructions for more information on how to do this.
  2. Edit the .env.example file, rename it to .env, and place your values in the appropriate fields.

To run:

python main.py

Credits