일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 뉴비톤
- CSIP
- OPENHACK
- seq2seq
- 머신러닝
- Qwik Start
- kakao
- Speech
- Tensorflow 2.0
- Backend.AI
- re:Invent
- Community Day
- entity
- Ground Truth
- rl
- ainize
- 오픈소스해커톤
- SageMaker
- aws
- 해커톤
- Open Hack
- 스터디 잼
- 코딩테스트
- Conference
- gcp
- BOAZ
- 구글스타트업캠퍼스
- SW중심대학
- API
- GDG Campus
- Today
- Total
목록API (2)
pizzaplanet
OS: Ubuntu 18.04 0. Kaggle API Installpip install kaggle 1. My profile의 Account로 이동한다. 2. Create New API Token을 클릭하여 kaggle.json을 다운받는다. 3. kaggle.json을 /home/User/.kaggle/. 에 저장한다. 4. 저장한 json 권한 수정chmod 600 /home/[user]/.kaggle/kaggle.json 5. 테스트로 Kaggle Compeitions list 출력 kaggle competitions list 6. 원하는 Competitions Data Downloadkaggle competition download -c [Competitions Name]
Binance API를 이용하여 Market Data를 가져와보자 Binance official api docs 를 참조! 우선 Binance API는 크게 아래와 같이 나뉘어져 있다. NameDescriptionrest-api.mdDetails on the Rest API (/api)errors.mdDescriptions of possible error messages from the Rest APIweb-socket-streams.mdDetails on available streams and payloadsuser-data-stream.mdDetails on the dedicated account streamwapi-api.mdDetails on the Withdrawal API (/wapi) 가져올..