Klingefjord / chatgpt-telegram

A telegram bot for ChatGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A telegram bot for ChatGPT

License:MIT License


Languages

Language:Python 100.0%