As an important part of the TubeX Chat business intelligence product, the TubeX WeChat robot relies on the Google Gemini large model, online analysis and processing technology, and data mining to distribute data analysis results in real time through the WeChat channel to achieve commercial value. Users only need to scan the QR code to transform their own WeChat into a BI business intelligence.
function | Function | progress |
---|---|---|
AI chat by any LLM | Any large model AI chat | ✅ |
WeChat chat voice recognition | WeChat chat speech recognition | ✅ |
AI reads and understands files, supporting formats XSL, DOCS, PDF, TXT | AI reads and understands files, supporting formats XSL, DOCS, PDF, TXT | ✅ |
AI understands non-text data such as transfers, red envelopes, and geographical locations. | AI understands non-textual data such as transfers, red envelopes, and geographical location | ✅ |
WeChat room chat management | WeChat group chat management | ✅ |
Regular message push in WeChat group | WeChat group scheduled message push | ✅ |
Third-party knowledge base access | Third-party long-term memory access | ✅ |
Email notification to Administrator | Administrator email notification | ✅ |
Long Memories for chat | Chat long memory | ✅ |
Self-running business | Self-operation and maintenance | ✅ |
Crypto Coin Market Analysis | Digital currency market analysis | ✅ |
Chinese Financial Market Analysis | China financial market data acquisition and analysis | ✅ |
Inpainting | Robot cluster startup | ✅ |
SQLite | Support SQLite database | ✅ |
# e.g. Ubuntu 22
sudo apt update
# 启动语音识别功能需要安装ffmpeg
sudo apt install ffmpeg
# redis记录临时ID
sudo apt install redis-server
npm install -g pm2
Initial account: admin Initial password: 123456
npm install
# Development
node index.js
# Production
pm2 start index.js -n tubex-wechatbot
# Restart Process
pm2 restart tubex-wechatbot
# open logs and scan login QRcode
pm2 logs tubex-wechatbot
This robot will not have WeChat risk control problems after logging into the account for real-name authentication. However, if topics such as stock investment and Bitcoin investment appear frequently during group chats, group chats, Moments and other functions will be blocked for one month. Condition. Users should be careful to control the robot's words and deeds.
The digital currency information accessed by this robot comes from Binance real-time information. However, since the Binance API cannot be accessed in China, please choose an overseas server as the deployment server. When it comes to issues involving digital currency, users should bring keywords such as: digital currency, cryptocurrency, trend, trend, etc. Currently, only trend analysis of the 5 most popular currencies on Binance is supported on that day. Due to the difficulty of market analysis, it is recommended that developers use large overseas models such as GPT-4o, Gemini 1.5, and Gemini flash. In the future, this robot will access StochRSI technical data and push it to users based on the 1-hour line. For ordinary users, we do not recommend that you participate in digital currency speculation.
https://tubex.chat