일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- SageMaker
- rl
- BOAZ
- 오픈소스해커톤
- Open Hack
- 머신러닝
- Backend.AI
- API
- Ground Truth
- seq2seq
- kakao
- Speech
- ainize
- Tensorflow 2.0
- gcp
- CSIP
- 구글스타트업캠퍼스
- Community Day
- 해커톤
- 뉴비톤
- OPENHACK
- aws
- re:Invent
- 코딩테스트
- Qwik Start
- Conference
- entity
- SW중심대학
- 스터디 잼
- 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) 가져올..