A powerful financial assistant chatbot powered by OpenAI's GPT-4 and integrated with Google Search API, Alpha Vantage API, and GroupMe API. This chatbot can answer finance-related questions using the internet and provide real-time stock information.
- Conversational AI with GPT-4 by OpenAI
- Full access to the internet via Google Search API
- Real-time stock information using Alpha Vantage API
- Integrated with GroupMe API for easy communication
- Currently lives and operates in a GroupMe groupchat with 120+ members
- Clone the repository:
git clone https://github.com/Joseph-M-Cook/AIMoneyMan.git- Install the required dependencies:
pip install -r requirements.txt-
Set up API keys and private IDs in the main Python file.
-
Deploy the chatbot on a server like PythonAnywhere.
- To interact with InvestGPT, mention the bot in a GroupMe chat using @InvestGPT followed by your question or query.
- To get real-time stock information, type the stock symbol with a $ prefix (e.g., $AAPL).
This project is licensed under the MIT License. See the LICENSE file for details.

