SmartChat: A crypto tool combining a Frame for swapping USDC/BTC/ETH, an XMTP bot for real-time updates on prices/yields/sentiment, and a Python sentiment analysis module. Stay informed and trade efficiently in one integrated platform.
Chat-Bot: An XMTP bot (using messagekit one-to-one template) that users can subscribe to for real-time updates on:
Sentiment-Analysis: A Python module that:
This integrated platform allows users to stay informed about market prices, yields, and overall sentiment while offering convenient swap functionality.
Base-Frame: Developed using framesjs openframes for the user interface and integrating the enso finance API for swap functionality.
Chat-Bot: Built using the messagekit one-to-one template for XMTP. It integrates the coingecko API for price data, Aave API for yield information, and connects to the custom sentiment analysis module.
Sentiment-Analysis: A Python script that likely uses web scraping or news APIs to gather crypto news, employs natural language processing libraries (e.g., NLTK or spaCy) for sentiment analysis, and calculates an overall sentiment score.
The components are integrated to work seamlessly, providing a unified experience for users to access market information and perform trades.