본문 바로가기

D.S/Project

210723금 - 글 자동배포봇 steemit upload image 코드 참조

728x90

hive.io

https://gitlab.syncad.com/hive/dhive/-/blob/master/src/crypto.ts

 

play steem

https://github.com/EtainClub/playsteem/blob/28f917cdc39b74153e7a1d034fa599bb0e8e35f8/src/providers/steem/dsteemApi.ts#L1152

 

steemit/steem-python

https://github.com/steemit/steem-python/blob/57fb0f1436fbea27a74386d35815f45fb3076814/steembase/transactions.py#L174

 

Steemj-image-uploader

https://github.com/marvin-we/steemj-image-upload

 

 

비트코인 전자서명 관련

https://yesollee421.github.io/blockchain/blockChain_8W/

 

 

HTTP multipart/form-data 이해하기

https://lena-chamna.netlify.app/post/http_multipart_form-data/

https://johyungen.tistory.com/489 

# 여기 requests로 사용시 바이너리 data 보낼 떄 header 어떻게 적히는지 예시정리가 잘 되어있음

# requests는 바이너리 파일로 보내면 알아서 멀티파트로 설정해준다.

반응형