[PR #53] [MERGED] feat: Add Bitcoin Price Predictor API server #9

Closed
opened 2026-02-15 20:17:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/openapi-servers/pull/53
Author: @jackthgu
Created: 6/23/2025
Status: Merged
Merged: 6/23/2025
Merged by: @tjbck

Base: mainHead: bitcoin-price-example


📝 Commits (1)

  • b348055 Add bitcoin price predictor for external tool server

📊 Changes

3 files changed (+179 additions, -0 deletions)

View changed files

servers/bitcoin-price-predictor/README.md (+42 -0)
servers/bitcoin-price-predictor/main.py (+132 -0)
servers/bitcoin-price-predictor/requirements.txt (+5 -0)

📄 Description

  • FastAPI server for Bitcoin price data analysis
  • 4 endpoints: price by date, statistics, trends, current date
  • Clean JSON responses with optimized data formats
  • Uses Kaggle Bitcoin historical dataset

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/openapi-servers/pull/53 **Author:** [@jackthgu](https://github.com/jackthgu) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 6/23/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `bitcoin-price-example` --- ### 📝 Commits (1) - [`b348055`](https://github.com/open-webui/openapi-servers/commit/b348055485b0570762ce6a10850de4582ff7205d) Add bitcoin price predictor for external tool server ### 📊 Changes **3 files changed** (+179 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `servers/bitcoin-price-predictor/README.md` (+42 -0) ➕ `servers/bitcoin-price-predictor/main.py` (+132 -0) ➕ `servers/bitcoin-price-predictor/requirements.txt` (+5 -0) </details> ### 📄 Description - FastAPI server for Bitcoin price data analysis - 4 endpoints: price by date, statistics, trends, current date - Clean JSON responses with optimized data formats - Uses Kaggle Bitcoin historical dataset --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:17:04 -05:00
yindo closed this issue 2026-02-15 20:17:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/openapi-servers#9