This repo is a auto builder for aktools docker image. Use default Dockerfile and update every night. The api will bind 0.0.0.0:8080 by default.
docker pull lev1s/aktools# compose.yaml
version: "3.8"
services:
aktools:
container_name: aktools
image: lev1s/aktools:latest
ports:
- 8080:8080
network_mode: bridge
restart: unless-stoppedAKTools is a package of HTTP API for AKShare! It depends on AKShare, FastAPI and Typer.
AKTools 是一款用于快速搭建 AKShare HTTP API 的工具,通过 AKTools 可以利用一行命令来启动 HTTP 服务,从而让原本专属服务于 Python 用户的开源财经数据接口库 AKShare 的使用 突破编程语言的限制。无论您使用的是 C/C++、Java、Go、Rust、Ruby、PHP、JavaScript、R、Matlab、Stata 等编程语言或软件都可以快速、轻松获取财经数据,助力您更好地展开研究和开发工作。
AKTools set a simple homepage for user to provide simple reference information. When you set up your
environment and deploy your local application, then you can type http:127.0.0.1:8080 in your browser.
We are developing more functions now, please pay more attention!