Skip to content

Un bot Telegram basé sur chatGPT

License

Notifications You must be signed in to change notification settings

mendoc/clara-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clara-bot

Un bot Telegram basé sur chatGPT

Prérequis

Installation

virtualenv .clara
virtualenv -p /usr/bin/python3.7 .clara
source .clara/bin/activate
pip install -r requirements.txt
cp .env.example .env

Modifiez le fichier .env en renseignant les clés API OpenAI et du bot Telegram

OPENAI_API_KEY=
BOT_TOKEN=

Lancement

python bot.py

CTRL+C pour stopper le bot.

Désactiver environnement Python

deactivate

About

Un bot Telegram basé sur chatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages