Hay Steemers, I would like to provide some new tools to the Steemit univers and as you may have noticed due to my posts here, my preferred programming language is Java. But, so far there is no kind of API Wrapper for Steemit which makes it pretty hard to develop new tools to me.  [Source](https://kemptechnologies.com/blog/wp-content/uploads/2015/07/JAVA-API-Wrapper.png) Because of that, I’ve spend some time to do a short proof of concept which you can find later in this article. My main question for now is, are there people out there that are also interested in a Java API for Steemit or are there even people who would like to contribute? If so, please leave a comment right here so I know if the work is worth it. Please keep in mind that this API wrapper could also be usefull for android apps. If I feel like this project is worth the work, I will create a new GitHub repository for the project so everybody could help to make this small project a success. # Proof of Concept For this proof of concept I’ve used the “tyrus-standalone-client” for the websocket communication in Java. So far, this is the only dependency that is needed so far, which makes the pom pretty easy to understand: ```XML <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>dez1337.steemit.com</groupId> <artifactId>steemit-api-wrapper</artifactId> <version>1.0-SNAPSHOT</version> <name>Steemit Java API Wrapper</name> <url>http://www.steemit.com/@dez1337</url> <dependencies> <dependency> <groupId>org.glassfish.tyrus.bundles</groupId> <artifactId>tyrus-standalone-client</artifactId> <version>1.13</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.6.0</version> <configuration> <source>${java.version}</source> <target>${java.version}</target> </configuration> </plugin> </plugins> </build> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> </properties> </project> ``` After that I’ve created one simple Java class that only do one websocket request. Here is the code of this class: ```Java package dez.steemit.com; import java.io.IOException; import java.net.URI; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import javax.websocket.ClientEndpointConfig; import javax.websocket.Endpoint; import javax.websocket.EndpointConfig; import javax.websocket.MessageHandler; import javax.websocket.Session; import org.glassfish.tyrus.client.ClientManager; public class JavaAPIWrapper { private static CountDownLatch messageLatch; private static final String SENT_MESSAGE = "{\"jsonrpc\": \"2.0\", \"params\": [\"database_api\", \"get_account_count\", [1]], \"id\": 1 \"method\": \"call\"}"; public static void main(String[] args) { try { messageLatch = new CountDownLatch(1); final ClientEndpointConfig cec = ClientEndpointConfig.Builder.create().build(); ClientManager client = ClientManager.createClient(); client.connectToServer(new Endpoint() { @Override public void onOpen(Session session, EndpointConfig config) { try { session.addMessageHandler(new MessageHandler.Whole<String>() { @Override public void onMessage(String message) { System.out.println("Received message: " + message); messageLatch.countDown(); } }); session.getBasicRemote().sendText(SENT_MESSAGE); } catch (IOException e) { e.printStackTrace(); } } }, cec, new URI("wss://node.steem.ws")); messageLatch.await(100, TimeUnit.SECONDS); } catch (Exception e) { e.printStackTrace(); } } } ``` If you run the application, it print something like this: > Received message: {"id":1,"result":121305} So everything is working as expected! At this point I have to say thanks to @aglo whose article showed me how to format the websocket requests and also a huge thanks to @xeroc and @jesta for providing the service “node.steem.ws”. # Summary Please do not forget to give me some feedback for the idea and make sure to follow me by pressing the button below, so you’ll never miss new posts! [](https://steemit.com/@dez1337) [Source](http://www.vector-eps.com/wp-content/gallery/follow-me-twitter-buttons-and-icons/follow-me-twitter-buttons-and-icons6.jpg) Thank you and best regards!
author | dez1337 |
---|---|
permlink | let-s-develop-a-steemit-api-wrapper-for-java |
category | steem |
json_metadata | {"tags":["steem","steemit","esteem","programming"],"users":["aglo","xeroc","jesta"],"image":["https://kemptechnologies.com/blog/wp-content/uploads/2015/07/JAVA-API-Wrapper.png","http://www.vector-eps.com/wp-content/gallery/follow-me-twitter-buttons-and-icons/follow-me-twitter-buttons-and-icons6.jpg"],"links":["https://kemptechnologies.com/blog/wp-content/uploads/2015/07/JAVA-API-Wrapper.png","https://steemit.com/@dez1337","http://www.vector-eps.com/wp-content/gallery/follow-me-twitter-buttons-and-icons/follow-me-twitter-buttons-and-icons6.jpg"],"app":"steemit/0.1","format":"markdown"} |
created | 2016-12-21 21:16:48 |
last_update | 2016-12-21 21:16:48 |
depth | 0 |
children | 16 |
last_payout | 2017-01-21 22:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.465 HBD |
curator_payout_value | 0.113 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,881 |
author_reputation | 20,544,257,521,749 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,058,547 |
net_rshares | 7,785,997,527,810 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 358,053,329,451 | 100% | ||
berkah | 0 | 51,420,238,129 | 100% | ||
hello | 0 | 104,619,153,045 | 100% | ||
world | 0 | 39,291,098,220 | 100% | ||
fufubar1 | 0 | 57,132,189,495 | 100% | ||
rossco99 | 0 | 312,958,989,307 | 100% | ||
xeroc | 0 | 465,698,227,404 | 100% | ||
masteryoda | 0 | 688,682,582,198 | 100% | ||
boatymcboatface | 0 | 494,220,102,607 | 100% | ||
pairmike | 0 | 35,402,066,258 | 100% | ||
mecon | 0 | 23,788,747,373 | 100% | ||
gavvet | 0 | 435,107,193,601 | 100% | ||
paco-steem | 0 | 203,580,055 | 25% | ||
dimimp | 0 | 1,094,792,671,550 | 100% | ||
spaninv | 0 | 1,386,992,005 | 25% | ||
pal | 0 | 262,392,955,883 | 80% | ||
steve-walschot | 0 | 120,045,597,304 | 100% | ||
blakemiles84 | 0 | 94,604,022,399 | 100% | ||
theshell | 0 | 51,946,093,718 | 100% | ||
stiletto | 0 | 80,320,433 | 25% | ||
wingz | 0 | 161,843,395,670 | 100% | ||
juanmiguelsalas | 0 | 10,683,767,598 | 25% | ||
michaelx | 0 | 10,341,911,682 | 100% | ||
albertogm | 0 | 12,570,259,697 | 100% | ||
trevonjb | 0 | 86,115,860,738 | 100% | ||
magnebit | 0 | 17,145,232,910 | 100% | ||
rowbvp | 0 | 2,960,773,667 | 100% | ||
roelandp | 0 | 238,752,722,484 | 100% | ||
riscadox | 0 | 4,518,350,765 | 100% | ||
robrigo | 0 | 354,578,913,414 | 100% | ||
steem1653 | 0 | 1,926,764,930 | 60% | ||
freeyourmind | 0 | 416,719,727,754 | 100% | ||
thegoodguy | 0 | 4,744,751,701 | 100% | ||
biophil | 0 | 36,079,224,596 | 100% | ||
raymondspeaks | 0 | 4,152,327,785 | 100% | ||
gregm | 0 | 119,930,544,840 | 97% | ||
warrensteem | 0 | 7,616,433,790 | 30% | ||
cryptojoy.com | 0 | 1,435,101,582 | 100% | ||
phenom | 0 | 8,249,176,821 | 100% | ||
mynameisbrian | 0 | 62,973,707,242 | 100% | ||
carlidos | 0 | 15,143,454,680 | 100% | ||
originate | 0 | 370,263,764,950 | 100% | ||
dez1337 | 0 | 7,877,109,255 | 100% | ||
transhuman | 0 | 2,109,782,531 | 55% | ||
brendio | 0 | 20,441,491,241 | 80% | ||
achim86 | 0 | 3,945,774,347 | 100% | ||
snowflake | 0 | 4,519,850,285 | 100% | ||
bigsambucca | 0 | 660,306,770 | 100% | ||
steemradio | 0 | 1,564,923,869 | 100% | ||
gargon | 0 | 26,499,228,651 | 25% | ||
pgarcgo | 0 | 18,095,595,310 | 25% | ||
wartrapa | 0 | 7,903,242,273 | 25% | ||
cmorton | 0 | 1,689,776,961 | 100% | ||
cryptos | 0 | 67,328,307,676 | 30% | ||
philipnbrown | 0 | 1,738,364,398 | 100% | ||
jayfox | 0 | 1,201,264,712 | 100% | ||
alexma3x | 0 | 448,598,022 | 30% | ||
ethansteem | 0 | 91,991,283,894 | 100% | ||
nulliusinverba | 0 | 3,137,319,747 | 100% | ||
sharingeverybite | 0 | 46,068,642,950 | 100% | ||
krnel | 0 | 404,870,926,706 | 100% | ||
shenanigator | 0 | 226,729,045,705 | 100% | ||
titin | 0 | 10,512,024,476 | 25% | ||
analyzethis | 0 | 52,054,751 | 100% | ||
roadhog | 0 | 51,830,988 | 100% | ||
doggnostic | 0 | 51,743,465 | 100% | ||
jenny-talls | 0 | 51,476,055 | 100% | ||
tracemayer | 0 | 16,570,049,255 | 100% | ||
post-successful | 0 | 51,278,775 | 100% | ||
ballinconscious | 0 | 7,627,449,488 | 100% | ||
jgcastrillo19 | 0 | 12,443,273,470 | 25% | ||
nelyp | 0 | 2,798,585,032 | 25% | ||
f1111111 | 0 | 52,543,939 | 100% | ||
robotev1 | 0 | 104,632,574 | 30% | ||
robotev2 | 0 | 104,353,512 | 30% | ||
robotev | 0 | 10,048,686,601 | 30% | ||
teo | 0 | 557,582,992 | 25% | ||
psych101 | 0 | 1,112,755,340 | 100% | ||
lifeisamazing | 0 | 857,710,867 | 100% | ||
comeup | 0 | 109,957,785 | 30% | ||
anasz | 0 | 8,825,446,663 | 70% | ||
alfredozofio | 0 | 726,225,104 | 25% | ||
marialin | 0 | 2,103,428,597 | 100% | ||
dulcinea | 0 | 765,134,045 | 25% | ||
steemvest17 | 0 | 9,851,150,082 | 100% | ||
ianboil | 0 | 2,015,651,468 | 100% | ||
steemaccess | 0 | 72,723,390,601 | 100% | ||
gutzofter | 0 | 25,138,915,560 | 100% | ||
hopehuggs | 0 | 5,891,072,737 | 100% | ||
ozymandias | 0 | 504,149,787 | 100% | ||
reisman | 0 | 843,714,915 | 100% | ||
milimali | 0 | 712,576,215 | 100% | ||
ergoproxy | 0 | 1,145,059,977 | 100% | ||
valth | 0 | 11,059,726,266 | 100% | ||
codydeeds | 0 | 1,140,741,394 | 100% | ||
bitsnaps | 0 | 0 | 100% | ||
kimterje83 | 0 | 0 | 100% | ||
alketcecaj | 0 | 0 | 12% | ||
digitalfinesse | 0 | 0 | 100% | ||
marcsam | 0 | 0 | 100% | ||
mindofablack | 0 | 0 | 100% |
Hi @dez1337 . Thanks for sharing this. I also program in Java and was looking for something like this. But this post is 9 months old. Do you have some more updated posts on how to build a Java wrapper for Steemit API ?
author | alketcecaj |
---|---|
permlink | re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20170915t084025874z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dez1337"],"app":"steemit/0.1"} |
created | 2017-09-15 08:40:24 |
last_update | 2017-09-15 08:40:24 |
depth | 1 |
children | 2 |
last_payout | 2017-09-22 08:40:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.068 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 2,409,013,484,223 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,946,021 |
net_rshares | 32,866,270,654 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 32,866,270,654 | 50% |
Hay @alketcecaj, thank you for your interest - Just check my blog - This project has grown a lot since this post :) Best regards!
author | dez1337 |
---|---|
permlink | re-alketcecaj-re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20170917t102740366z |
category | steem |
json_metadata | {"tags":["steem"],"users":["alketcecaj"],"app":"steemit/0.1"} |
created | 2017-09-17 10:27:36 |
last_update | 2017-09-17 10:27:36 |
depth | 2 |
children | 1 |
last_payout | 2017-09-24 10:27:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.157 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 132 |
author_reputation | 20,544,257,521,749 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,124,936 |
net_rshares | 72,673,824,723 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 62,177,520,768 | 100% | ||
alketcecaj | 0 | 10,496,303,955 | 20% |
Thank you @dez1337! Java is my favorite language, I'm glad to find a wrapper in Java
author | alketcecaj |
---|---|
permlink | re-dez1337-re-alketcecaj-re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20170917t121615090z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dez1337"],"app":"steemit/0.1"} |
created | 2017-09-17 12:16:21 |
last_update | 2017-09-17 12:16:21 |
depth | 3 |
children | 0 |
last_payout | 2017-09-24 12:16:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.078 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 2,409,013,484,223 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,131,670 |
net_rshares | 32,866,270,654 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 32,866,270,654 | 50% |
Hi @dez1337 ! Thanks for sharing your project with us ! Can I use it for collecting data on steemit users ? If yes how can I do that? I'm looking at the github repo but there are no examples on how to query the Steemit API for obtaining data on number of users and number of posts in a given date.
author | alketcecaj |
---|---|
permlink | re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20180227t085518010z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dez1337"],"app":"steemit/0.1"} |
created | 2018-02-27 08:55:18 |
last_update | 2018-02-27 08:55:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-06 08:55:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.228 HBD |
curator_payout_value | 0.071 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 297 |
author_reputation | 2,409,013,484,223 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,818,462 |
net_rshares | 53,052,252,413 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alketcecaj | 0 | 44,903,165,949 | 100% | ||
datatreemap | 0 | 8,149,086,464 | 100% |
The more tools the better! As @krnel mentioned, there are some pretty solid tools for python already with @xeroc's piston.steem and @furion's [steemtools](https://steemit.com/steemtools/@furion/ann-steemtools-a-high-level-python-library-for-steem).
author | biophil |
---|---|
permlink | re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20161221t220648919z |
category | steem |
json_metadata | {"tags":["steem"],"users":["krnel","xeroc","furion"],"links":["https://steemit.com/steemtools/@furion/ann-steemtools-a-high-level-python-library-for-steem"]} |
created | 2016-12-21 22:06:48 |
last_update | 2016-12-21 22:06:48 |
depth | 1 |
children | 0 |
last_payout | 2017-01-21 22:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 249 |
author_reputation | 45,223,914,794,461 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,058,839 |
net_rshares | 7,877,109,255 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 7,877,109,255 | 100% |
is it possible to make a stemmit time Watch Movies and TV Shows instantly poppcorn time + steemit = ? dtube + bot searting tv series using ,watchfree.io putlocker.is ,movieonline.io, powered by steemit tool that allows you to play hundreds of movies and series , steemit.time. powered by stemmit No more downloads hassle! The best movies & TV shows, for free! Directly on Stemmit Time Online in HD + subtitles, with Torrents Time Engine™
author | kimterje83 |
---|---|
permlink | re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20170819t221516007z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-08-19 22:15:15 |
last_update | 2017-08-19 22:15:15 |
depth | 1 |
children | 1 |
last_payout | 2017-08-26 22:15:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.083 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 443 |
author_reputation | 77,011,462,614 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,298,880 |
net_rshares | 30,458,035,024 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 28,121,525,998 | 50% | ||
kimterje83 | 0 | 2,336,509,026 | 100% |
:D Sadly the Steem blockchain is not made to host videos, but the idea is nice in general :D :)
author | dez1337 |
---|---|
permlink | re-kimterje83-re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20170820t192555867z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-08-20 19:25:54 |
last_update | 2017-08-20 19:25:54 |
depth | 2 |
children | 0 |
last_payout | 2017-08-27 19:25:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.183 HBD |
curator_payout_value | 0.060 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 20,544,257,521,749 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,374,020 |
net_rshares | 63,872,004,827 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 63,872,004,827 | 100% | ||
kimterje83 | 0 | 0 | 100% |
If you can make, make it, I'm sure it will be highly valued and appreciated. @jesta made a python api for steem, and fabien or fabian made one for javascript.
author | krnel |
---|---|
permlink | re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20161221t212723531z |
category | steem |
json_metadata | {"tags":["steem"],"users":["jesta"]} |
created | 2016-12-21 21:27:24 |
last_update | 2016-12-21 21:28:15 |
depth | 1 |
children | 1 |
last_payout | 2017-01-21 22:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 1,343,547,270,297,082 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,058,601 |
net_rshares | 7,877,109,255 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 7,877,109,255 | 100% |
Hehe, thank you for the feedback. You are right, for sure, but it will be a good amount of work and I am not sure if I can finish it parallel to my normal work :D But I'll give it a try :)
author | dez1337 |
---|---|
permlink | re-krnel-re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20161221t212932028z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-12-21 21:29:33 |
last_update | 2016-12-21 21:29:33 |
depth | 2 |
children | 0 |
last_payout | 2017-01-21 22:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 20,544,257,521,749 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,058,615 |
net_rshares | 0 |
Hi @dez1337, Thanks for sharing this code! 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
author | realskilled |
---|---|
permlink | re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20171008t214315143z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dez1337","realskilled"],"app":"steemit/0.1"} |
created | 2017-10-08 21:43:12 |
last_update | 2017-10-08 21:43:12 |
depth | 1 |
children | 5 |
last_payout | 2017-10-15 21:43:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.049 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 345 |
author_reputation | -65,196,368,224 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,141,446 |
net_rshares | 26,884,172,150 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 26,112,384,652 | 46% | ||
muksihs | 0 | 771,787,498 | 100% |
Hay @realskilled , Please checkout my blog and also the latest update post of SteemJ 0.4.0. The version allows you to post using: ```Java steemj.createPost(.....) ``` Let me know if you face an issue 😊👍
author | dez1337 |
---|---|
permlink | re-realskilled-re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20171009t185557752z |
category | steem |
json_metadata | {"tags":["steem"],"users":["realskilled"],"app":"steemit/0.1"} |
created | 2017-10-09 18:56:00 |
last_update | 2017-10-09 18:56:00 |
depth | 2 |
children | 4 |
last_payout | 2017-10-16 18:56:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.105 HBD |
curator_payout_value | 0.034 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 206 |
author_reputation | 20,544,257,521,749 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,222,212 |
net_rshares | 57,736,236,017 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 57,736,236,017 | 100% |
Hi @dez1337 Thanks for your comment. The point is that I need to figure out how could I use this from PHP :) A tricky point, right?
author | realskilled |
---|---|
permlink | re-dez1337-re-realskilled-re-dez1337-let-s-develop-a-steemit-api-wrapper-for-java-20171009t190259825z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dez1337"],"app":"steemit/0.1"} |
created | 2017-10-09 19:03:03 |
last_update | 2017-10-09 19:03:03 |
depth | 3 |
children | 3 |
last_payout | 2017-10-16 19:03:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 132 |
author_reputation | -65,196,368,224 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,222,733 |
net_rshares | 24,301,795,949 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dez1337 | 0 | 24,301,795,949 | 46% |
<p>This post has been ranked within the top 50 most undervalued posts in the second half of Dec 21. We estimate that this post is undervalued by $6.43 as compared to a scenario in which every voter had an equal say.</p> <p>See the full rankings and details in <a href="https://steemit.com/curation/@screenname/the-daily-tribune-most-undervalued-posts-of-dec-21---part-ii">The Daily Tribune: Dec 21 - Part II</a>. You can also read about some of our methodology, data analysis and technical details in <a href="https://steemit.com/curation/@screenname/introducing-the-daily-tribune-most-undervalued-posts-of-nov-04---part-i">our initial post</a>.</p> <p>If you are the author and would prefer not to receive these comments, simply reply "Stop" to this comment.</p>
author | screenname |
---|---|
permlink | re-let-s-develop-a-steemit-api-wrapper-for-java-20161222t012156 |
category | steem |
json_metadata | "{"replyto": "@dez1337/let-s-develop-a-steemit-api-wrapper-for-java"}" |
created | 2016-12-22 01:21:57 |
last_update | 2016-12-22 01:21:57 |
depth | 1 |
children | 0 |
last_payout | 2017-01-21 22:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 765 |
author_reputation | 46,276,338,038,330 |
root_title | "Let‘s develop a Steemit API Wrapper for Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,060,112 |
net_rshares | 47,555,649,862 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fyrstikken | 0 | 47,555,649,862 | 1% |