Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anoziechibuike/marvthecommandlinechatbot
- Owner: AnozieChibuike
- Created: 2024-02-09T10:15:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T16:48:46.000Z (11 months ago)
- Last Synced: 2024-02-13T12:09:56.694Z (11 months ago)
- Topics: chatbot, colorama, command-line, gpt-3, openai, openai-api, python3, telegram-bot, telegram-bot-api
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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