210816월 - 스팀API python으로 포스팅시 태그문제
문제 스팀잇에 포스팅을 하는데 스팀은 첫 태그를 community값으로 넘겨서 그 커뮤니티에 속한 포스팅으로 작성한다. def post(self, title, body, author, permlink=None, reply_identifier=None, json_metadata=None, comment_options=None, community=None, tags=None, beneficiaries=None, self_vote=False): """Create a new post. community (str): (Optional) Name of the community we are posting into. This will also override the community specified in `json_..