MineBot 패키지 - 주식 데이터와 GitHub 연동
Project description
MineBot
Python 모듈로 제공되는 MineBot의 주식 데이터 API입니다.
설치
pip install minebot
사용법
from minebot import getapi
data = getapi()
print(data)
## 출력 예시
[
{
"date": "2025-05-01",
"stock": "MINE",
"price": 120
},
{
"date": "2025-05-02",
"stock": "MINE",
"price": 135
}
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
minebot-0.1.1.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file minebot-0.1.1.tar.gz.
File metadata
- Download URL: minebot-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a190367e62faf6883523a8356d2269b213a9c4afd130a3fcca0d4b7238d3c21
|
|
| MD5 |
6c040839de3fa71ef238339d15a7e676
|
|
| BLAKE2b-256 |
af3b7d8bb5d5e05dfa3ef0fb0f9223ea929cf4a5a9969a79920f35b6037f638a
|
File details
Details for the file minebot-0.1.1-py3-none-any.whl.
File metadata
- Download URL: minebot-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93f41d13cf23ef4d1a605e8fad4adcbe02eaa71e10a167bebee9055c3f4f3651
|
|
| MD5 |
426142d0807139c6f11923a804e3bca4
|
|
| BLAKE2b-256 |
549a6da4245be2e95e85ceb25939365364b1e6ec8bb867b6ba170fad55b4e435
|