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.2.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.2.tar.gz.
File metadata
- Download URL: minebot-0.1.2.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 |
86950477d24b7d7e02bc826f87a94048c69abeeb358c5473664da67c10c2e3bf
|
|
| MD5 |
fa2f5290141b98b56dfadc982bcc03c5
|
|
| BLAKE2b-256 |
e0186c69b83e32aef42a0aeddba60c030ccae7e01266d29c10fa1607eb393b28
|
File details
Details for the file minebot-0.1.2-py3-none-any.whl.
File metadata
- Download URL: minebot-0.1.2-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 |
ae399b26d5bd761cb5b6945a6339f034d26d0cb20a24258644d26588eb060021
|
|
| MD5 |
469b7be148926037f68611d5d9c81b53
|
|
| BLAKE2b-256 |
4c6e4055d5fb2d743a9b32f8ceb7838ad0eda44f66b929242592d4b09c365899
|