/ConsensusTalkBot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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