gitwtfhub

wtf is astrbot_plugin_fund?

novforest/astrbot_plugin_fund — explained in plain English

Analysis updated 2026-05-18

23PythonAudience · generalComplexity · 2/5LicenseSetup · easy

TL;DR

An AstrBot chatbot plugin that answers chat commands about Chinese mutual fund values, AI fund predictions, fund manager ratings, and gold and silver prices.

Mindmap

mindmap
  root((Fund Assistant Plugin))
    What it does
      Estimates fund net value
      AI fund predictions
      Manager ratings
    Tech stack
      Python
      AstrBot
      aiohttp
    Commands
      Net value estimate
      Fund score
      Gold and silver prices
    Requirements
      AstrBot installed
      LLM configured for AI features
    Audience
      Chatbot users
      Fund watchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Check a Chinese mutual fund's estimated real time net asset value by chat command.

REASON 2

Get an AI generated prediction analysis for a fund based on recent trends.

REASON 3

Look up a fund manager's rating and performance during their tenure.

REASON 4

Check current gold and silver prices, including buy back rates, through the bot.

What's in the stack?

PythonAstrBotaiohttp

How it stacks up

novforest/astrbot_plugin_fundaaravkashyap12/advise-project-approachabu-rayhan-alif/django-saas-kit
Stars232323
LanguagePythonPythonPython
Setup difficultyeasyeasymoderate
Complexity2/52/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

AI prediction, rating, and manager evaluation commands require AstrBot to already have a large language model configured.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.

Wtf does this do

This is a plugin for AstrBot, a chatbot framework, that turns your bot into a helper for Chinese mutual fund data and gold and silver prices. Once installed, it responds to chat commands rather than being a standalone application. Users can send a fund's six digit code to get a real time estimated net asset value, including the percentage change and the estimated unit value. Another command combines that data with an AI generated prediction analysis that looks at the past month's value trend, changes in fund size, and asset allocation to give a written recommendation. There is also a command for a multi dimensional rating of a fund, and one that looks up and evaluates the fund manager, including their track record over their tenure. Separate commands show current gold and silver prices, covering pure gold, karat gold, bank gold bars, branded jewelry, and buy back prices, plus silver spot prices and daily movement. The plugin can be installed through AstrBot's built in plugin marketplace with one click, or manually by cloning the repository into AstrBot's plugin folder. It only depends on the aiohttp library, which is already included in a normal AstrBot setup, so no extra installation step is needed. The prediction, rating, and fund manager commands require that AstrBot already has a large language model configured, since those features are generated by AI rather than pulled directly from a data source. Several settings can be adjusted from AstrBot's plugin configuration panel, including the request timeout, how many times a failed request retries, and the text of the prompts used for AI prediction, rating, and manager evaluation. Fund data comes from two Chinese financial data sites, and gold and silver prices come from a third site. The project is released under the MIT license.

Yoink these prompts

Prompt 1
Walk me through installing astrbot_plugin_fund manually into my AstrBot setup.
Prompt 2
Show me the chat commands this plugin supports for checking fund values and predictions.
Prompt 3
What configuration options can I change in the AstrBot panel for this fund plugin?
Prompt 4
Explain what AstrBot setup is required before using the AI prediction and rating commands.

Frequently asked questions

wtf is astrbot_plugin_fund?

An AstrBot chatbot plugin that answers chat commands about Chinese mutual fund values, AI fund predictions, fund manager ratings, and gold and silver prices.

What language is astrbot_plugin_fund written in?

Mainly Python. The stack also includes Python, AstrBot, aiohttp.

What license does astrbot_plugin_fund use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.

How hard is astrbot_plugin_fund to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is astrbot_plugin_fund for?

Mainly general.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.