Skip to content

SavenkovIgor/ConsensusTalkBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consensus talk

Consensus talk is a simple telegram bot that allows you to prettify your messages before sending them.

Local usage

Create .env file with the following content:

OPENAI_API_KEY=<your openai api key>
# Create the virtual environment
python3 -m venv ConsensusTalk

# Activate the virtual environment
source ConsensusTalk/bin/activate

# Install requirements
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published