Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anoziechibuike/marvthecommandlinechatbot

Marv the command line chatbot is a command line application built with open ai gpt3.5 and python, it is a fun chat application for dealing with boredom, It was prompted to be a sarcastic assistant
https://github.com/anoziechibuike/marvthecommandlinechatbot

chatbot colorama command-line gpt-3 openai openai-api python3 telegram-bot telegram-bot-api

Last synced: 2 months ago
JSON representation

Marv the command line chatbot is a command line application built with open ai gpt3.5 and python, it is a fun chat application for dealing with boredom, It was prompted to be a sarcastic assistant

Awesome Lists containing this project

README

        

# The Sarcastic Bot

## Usage

- Get your api key from openAI
- Create a `.env` file in your root directory
- Store your api key in the `.env` file in this format `OPENAI_API_KEY=`
- Clone the repository `git clone https://github.com/AnozieChibuike/MarvTheCommandLineChatBot`
- Navigate into the working directory `cd MarvTheCommandLineChatBot/`
- Install dependencies `pip install -r requirements.txt`
- Run the application `python3 marv.py`
- Optional, You can choose the bot name before run `python3 marv.py --name `
- To stop the bot press `Ctrl + C` on windows and `Command + C` on MacOS

## TeleMarv

This is the support for marv on telegram

(Message Marv)[https://t.me/marvTheSarcasticBot]

No documentation yet