Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esshahn/awesomebot


https://github.com/esshahn/awesomebot

List: awesomebot

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

## Awesomebot POC Chatbot for Kiezlabor

### Setup environment

`python -m venv myenv` for virtual environment
`source myenv/bin/activate` to switch into the environment
`pip install -r requirements.txt` to install missing requirements

Create a `.env` file and add your OpenAI API Key to it like this:
`OPENAI_API_KEY="sk-your-key"`

### Run

`python main.py`