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.tar.gz
(2.6 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
minebot-0.1-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file minebot-0.1.tar.gz.
File metadata
- Download URL: minebot-0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d885e90c4b585e6504397ed946ca919f52ce9483b3d6c94bdfcf3285081f8539
|
|
| MD5 |
ef96efa6091caec2fb35ebfa9ff3740e
|
|
| BLAKE2b-256 |
3b5b4eca497eb28560b37fc34d769135a17fc4f853e5eb47f4a0b1427a05e36f
|
File details
Details for the file minebot-0.1-py3-none-any.whl.
File metadata
- Download URL: minebot-0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 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 |
8c9416eb62f00fc12012e09fd8629aca19e93864934ca3f6e2cca365c4f1f231
|
|
| MD5 |
47fe6071bee2db041c69c9cfbbf80c3c
|
|
| BLAKE2b-256 |
1debb5a3c3c7f17fc977a2e7c1c08f788bbe3c0a2e9068b22f7c16c118176f1d
|