You are viewing a single comment's thread from:

RE: Steem-Python API and RPC Speed

in #steemdev7 years ago

Hi @danielsaori,

Thanks for sharing this!

I'm looking for an API that allows me to create content (POSTs). I have been reading the documentation and it seems that we can only retrieve information or just create a comments or up-vote.

I wonder if you could point me to some API that allows creating POST in steemit.com.

Thanks,

@realskilled

Sort:  

If you are using steem-python you have a function called post() available to make both post new posts or make comments.

Well, actually I'm need to use this from PHP :)