create account

Documentation for utopian_api 0.0.1: Python client for the Utopian API by amosbastian

View this thread on: hive.blogpeakd.comecency.com
· @amosbastian · (edited)
$100.53
Documentation for utopian_api 0.0.1: Python client for the Utopian API
A few days ago I created the documentation for my own Python package `fpl`, and since it was inspired by @emrebeyler's post about his [Python client for the Utopian API](https://utopian.io/utopian-io/@emrebeyler/python-client-of-utopian-api), I decided to return the favour and write some better documentation for it (especially since I will be using it in the future myself)!

#### What I have added
First of all I have created a page on Read the Docs for `utopian_api`, which can be found [here](http://utopian-api.readthedocs.io/en/latest/). It currently builds from my fork, but when `requirements.txt` (forgot that this was needed for the build) is added to [the official repository](https://github.com/utopian-io/utopian-api-python-client/), then I will make it build from there. To this I have added the following:

1. An [installation page](http://utopian-api.readthedocs.io/en/latest/installation.html) showing you how to install and upgrade `utopian_api`.
2. A page with examples, which currently show you how to print the top rewarded moderators and the most approving moderators in a category using `utopian_api`.
3. A documentation page that shows all the current functions and their parameters. The documentation was generated using `sphinx`, which uses the docstrings I added to the functions to create the documentation.

#### A comparison
I went over what I added in the above section and here I will show a concrete example per section.

---
##### Installation
Previously the installation instructions looked like this

<center>![previous_installation.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369304/nsknyvoja48wmr0zgnue.png)
</center>

and currently it look likes this

<center>![current_installation.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369389/kjssmmyzy6vgdmy0trfd.png)
</center>

which can be found [here](http://utopian-api.readthedocs.io/en/latest/installation.html).

---

##### Examples
There weren't any really any examples of what  you can do with `utopian_api` before, so this section is completely new. All examples can be found [here](http://utopian-api.readthedocs.io/en/latest/examples.html).

---

##### Documentation
Previously the documentation for the e.g. the function `post(account, permlink)` looked like this

<center>![previous_documentation.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369708/kbvjuemcsogkwbgkam4e.png)
</center>

and now it looks like this

<center>![current_documentation.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369765/foeh6kxrikiakzuv3pov.png)
</center>

#### Links
1. The repository for `utopian_api` can be found [here](https://github.com/utopian-io/utopian-api-python-client/). 
2. The documentation for `utopian_api` can be found [here]( http://utopian-api.readthedocs.io/en/latest/index.html).
3. The merged pull request can be found [here](https://github.com/utopian-io/utopian-api-python-client/pull/1).
4. The project on Read the Docs can be found [here](https://readthedocs.org/projects/utopian-api/).

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@amosbastian/documentation-for-utopianapi-0-0-1-python-client-for-the-utopian-api">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , ,
properties (23)
authoramosbastian
permlinkdocumentation-for-utopianapi-0-0-1-python-client-for-the-utopian-api
categoryutopian-io
json_metadata"{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":116722953,"name":"utopian-api-python-client","full_name":"utopian-io/utopian-api-python-client","html_url":"https://github.com/utopian-io/utopian-api-python-client","fork":false,"owner":{"login":"utopian-io"}},"pullRequests":[{"url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/pulls/1","id":163701571,"html_url":"https://github.com/utopian-io/utopian-api-python-client/pull/1","diff_url":"https://github.com/utopian-io/utopian-api-python-client/pull/1.diff","patch_url":"https://github.com/utopian-io/utopian-api-python-client/pull/1.patch","issue_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/issues/1","number":1,"state":"closed","locked":false,"title":"Add docstrings, examples and ReadTheDocs","user":{"login":"amosbastian","id":9199433,"avatar_url":"https://avatars1.githubusercontent.com/u/9199433?v=4","gravatar_id":"","url":"https://api.github.com/users/amosbastian","html_url":"https://github.com/amosbastian","followers_url":"https://api.github.com/users/amosbastian/followers","following_url":"https://api.github.com/users/amosbastian/following{/other_user}","gists_url":"https://api.github.com/users/amosbastian/gists{/gist_id}","starred_url":"https://api.github.com/users/amosbastian/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amosbastian/subscriptions","organizations_url":"https://api.github.com/users/amosbastian/orgs","repos_url":"https://api.github.com/users/amosbastian/repos","events_url":"https://api.github.com/users/amosbastian/events{/privacy}","received_events_url":"https://api.github.com/users/amosbastian/received_events","type":"User","site_admin":false},"body":"Since the Python wrapper I'm working on was inspired by this, I thought I'd create some better documentation with some examples like I did for my own one. For example\r\n\r\n![image](https://user-images.githubusercontent.com/9199433/35098570-a0488082-fc4c-11e7-9716-015f499de061.png)\r\n\r\nand\r\n\r\n![image](https://user-images.githubusercontent.com/9199433/35098630-e5f67f1c-fc4c-11e7-824e-9fbe47577bd3.png)\r\n","created_at":"2018-01-18T12:41:46Z","updated_at":"2018-01-19T08:28:57Z","closed_at":"2018-01-19T08:28:57Z","merged_at":"2018-01-19T08:28:57Z","merge_commit_sha":"8e3313e06955761a5373375679c60cca5349ec39","assignee":null,"assignees":[],"requested_reviewers":[],"milestone":null,"commits_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/pulls/1/commits","review_comments_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/pulls/1/comments","review_comment_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/pulls/comments{/number}","comments_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/issues/1/comments","statuses_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/statuses/e243d46c9bcdc4dc162e2c90fa441e811b624751","head":{"label":"amosbastian:master","ref":"master","sha":"e243d46c9bcdc4dc162e2c90fa441e811b624751","user":{"login":"amosbastian","id":9199433,"avatar_url":"https://avatars1.githubusercontent.com/u/9199433?v=4","gravatar_id":"","url":"https://api.github.com/users/amosbastian","html_url":"https://github.com/amosbastian","followers_url":"https://api.github.com/users/amosbastian/followers","following_url":"https://api.github.com/users/amosbastian/following{/other_user}","gists_url":"https://api.github.com/users/amosbastian/gists{/gist_id}","starred_url":"https://api.github.com/users/amosbastian/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amosbastian/subscriptions","organizations_url":"https://api.github.com/users/amosbastian/orgs","repos_url":"https://api.github.com/users/amosbastian/repos","events_url":"https://api.github.com/users/amosbastian/events{/privacy}","received_events_url":"https://api.github.com/users/amosbastian/received_events","type":"User","site_admin":false},"repo":{"id":117969217,"name":"utopian-api-python-client","full_name":"amosbastian/utopian-api-python-client","owner":{"login":"amosbastian","id":9199433,"avatar_url":"https://avatars1.githubusercontent.com/u/9199433?v=4","gravatar_id":"","url":"https://api.github.com/users/amosbastian","html_url":"https://github.com/amosbastian","followers_url":"https://api.github.com/users/amosbastian/followers","following_url":"https://api.github.com/users/amosbastian/following{/other_user}","gists_url":"https://api.github.com/users/amosbastian/gists{/gist_id}","starred_url":"https://api.github.com/users/amosbastian/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amosbastian/subscriptions","organizations_url":"https://api.github.com/users/amosbastian/orgs","repos_url":"https://api.github.com/users/amosbastian/repos","events_url":"https://api.github.com/users/amosbastian/events{/privacy}","received_events_url":"https://api.github.com/users/amosbastian/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/amosbastian/utopian-api-python-client","description":"Python client of Utopian public API","fork":true,"url":"https://api.github.com/repos/amosbastian/utopian-api-python-client","forks_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/forks","keys_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/keys{/key_id}","collaborators_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/teams","hooks_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/hooks","issue_events_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/issues/events{/number}","events_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/events","assignees_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/assignees{/user}","branches_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/branches{/branch}","tags_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/tags","blobs_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/git/refs{/sha}","trees_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/git/trees{/sha}","statuses_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/statuses/{sha}","languages_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/languages","stargazers_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/stargazers","contributors_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/contributors","subscribers_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/subscribers","subscription_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/subscription","commits_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/commits{/sha}","git_commits_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/git/commits{/sha}","comments_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/comments{/number}","issue_comment_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/issues/comments{/number}","contents_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/contents/{+path}","compare_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/compare/{base}...{head}","merges_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/merges","archive_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/downloads","issues_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/issues{/number}","pulls_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/pulls{/number}","milestones_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/milestones{/number}","notifications_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/labels{/name}","releases_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/releases{/id}","deployments_url":"https://api.github.com/repos/amosbastian/utopian-api-python-client/deployments","created_at":"2018-01-18T10:39:16Z","updated_at":"2018-01-18T10:39:18Z","pushed_at":"2018-01-19T13:34:13Z","git_url":"git://github.com/amosbastian/utopian-api-python-client.git","ssh_url":"git@github.com:amosbastian/utopian-api-python-client.git","clone_url":"https://github.com/amosbastian/utopian-api-python-client.git","svn_url":"https://github.com/amosbastian/utopian-api-python-client","homepage":null,"size":10,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"utopian-io:master","ref":"master","sha":"b018c2589aea098b9b5dc7110d1b4bd2625cd87d","user":{"login":"utopian-io","id":18612062,"avatar_url":"https://avatars2.githubusercontent.com/u/18612062?v=4","gravatar_id":"","url":"https://api.github.com/users/utopian-io","html_url":"https://github.com/utopian-io","followers_url":"https://api.github.com/users/utopian-io/followers","following_url":"https://api.github.com/users/utopian-io/following{/other_user}","gists_url":"https://api.github.com/users/utopian-io/gists{/gist_id}","starred_url":"https://api.github.com/users/utopian-io/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/utopian-io/subscriptions","organizations_url":"https://api.github.com/users/utopian-io/orgs","repos_url":"https://api.github.com/users/utopian-io/repos","events_url":"https://api.github.com/users/utopian-io/events{/privacy}","received_events_url":"https://api.github.com/users/utopian-io/received_events","type":"Organization","site_admin":false},"repo":{"id":116722953,"name":"utopian-api-python-client","full_name":"utopian-io/utopian-api-python-client","owner":{"login":"utopian-io","id":18612062,"avatar_url":"https://avatars2.githubusercontent.com/u/18612062?v=4","gravatar_id":"","url":"https://api.github.com/users/utopian-io","html_url":"https://github.com/utopian-io","followers_url":"https://api.github.com/users/utopian-io/followers","following_url":"https://api.github.com/users/utopian-io/following{/other_user}","gists_url":"https://api.github.com/users/utopian-io/gists{/gist_id}","starred_url":"https://api.github.com/users/utopian-io/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/utopian-io/subscriptions","organizations_url":"https://api.github.com/users/utopian-io/orgs","repos_url":"https://api.github.com/users/utopian-io/repos","events_url":"https://api.github.com/users/utopian-io/events{/privacy}","received_events_url":"https://api.github.com/users/utopian-io/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/utopian-io/utopian-api-python-client","description":"Python client of Utopian public API","fork":false,"url":"https://api.github.com/repos/utopian-io/utopian-api-python-client","forks_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/forks","keys_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/keys{/key_id}","collaborators_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/teams","hooks_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/hooks","issue_events_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/issues/events{/number}","events_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/events","assignees_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/assignees{/user}","branches_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/branches{/branch}","tags_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/tags","blobs_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/git/refs{/sha}","trees_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/git/trees{/sha}","statuses_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/statuses/{sha}","languages_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/languages","stargazers_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/stargazers","contributors_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/contributors","subscribers_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/subscribers","subscription_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/subscription","commits_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/commits{/sha}","git_commits_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/git/commits{/sha}","comments_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/comments{/number}","issue_comment_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/issues/comments{/number}","contents_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/contents/{+path}","compare_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/compare/{base}...{head}","merges_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/merges","archive_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/downloads","issues_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/issues{/number}","pulls_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/pulls{/number}","milestones_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/milestones{/number}","notifications_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/labels{/name}","releases_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/releases{/id}","deployments_url":"https://api.github.com/repos/utopian-io/utopian-api-python-client/deployments","created_at":"2018-01-08T20:12:32Z","updated_at":"2018-01-10T22:41:03Z","pushed_at":"2018-01-19T13:37:27Z","git_url":"git://github.com/utopian-io/utopian-api-python-client.git","ssh_url":"git@github.com:utopian-io/utopian-api-python-client.git","clone_url":"https://github.com/utopian-io/utopian-api-python-client.git","svn_url":"https://github.com/utopian-io/utopian-api-python-client","homepage":null,"size":11,"stargazers_count":2,"watchers_count":2,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"open_issues_count":1,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit"},"forks":1,"open_issues":1,"watchers":2,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/utopian-io/utopian-api-python-client/pulls/1"},"html":{"href":"https://github.com/utopian-io/utopian-api-python-client/pull/1"},"issue":{"href":"https://api.github.com/repos/utopian-io/utopian-api-python-client/issues/1"},"comments":{"href":"https://api.github.com/repos/utopian-io/utopian-api-python-client/issues/1/comments"},"review_comments":{"href":"https://api.github.com/repos/utopian-io/utopian-api-python-client/pulls/1/comments"},"review_comment":{"href":"https://api.github.com/repos/utopian-io/utopian-api-python-client/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/utopian-io/utopian-api-python-client/pulls/1/commits"},"statuses":{"href":"https://api.github.com/repos/utopian-io/utopian-api-python-client/statuses/e243d46c9bcdc4dc162e2c90fa441e811b624751"}},"author_association":"CONTRIBUTOR"}],"platform":"github","type":"documentation","tags":["utopian-io","steemdev","opensource","documentation","python"],"users":["emrebeyler","amosbastian"],"links":["https://utopian.io/utopian-io/@emrebeyler/python-client-of-utopian-api","http://utopian-api.readthedocs.io/en/latest/","https://github.com/utopian-io/utopian-api-python-client/","http://utopian-api.readthedocs.io/en/latest/installation.html","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369304/nsknyvoja48wmr0zgnue.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369389/kjssmmyzy6vgdmy0trfd.png","http://utopian-api.readthedocs.io/en/latest/examples.html","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369708/kbvjuemcsogkwbgkam4e.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369765/foeh6kxrikiakzuv3pov.png","https://github.com/utopian-io/utopian-api-python-client/pull/1","https://readthedocs.org/projects/utopian-api/"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369304/nsknyvoja48wmr0zgnue.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369389/kjssmmyzy6vgdmy0trfd.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369708/kbvjuemcsogkwbgkam4e.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516369765/foeh6kxrikiakzuv3pov.png"],"moderator":{"account":"ms10398","time":"2018-01-21T12:15:14.729Z","reviewed":true,"pending":false,"flagged":false}}"
created2018-01-20 10:44:39
last_update2018-01-21 12:15:15
depth0
children3
last_payout2018-01-27 10:44:39
cashout_time1969-12-31 23:59:59
total_payout_value71.890 HBD
curator_payout_value28.640 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,259
author_reputation174,473,586,900,705
root_title"Documentation for utopian_api 0.0.1: Python client for the Utopian API"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,834,995
net_rshares10,857,017,870,283
author_curate_reward""
vote details (15)
@ms10398 ·
$0.14
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/uTyJkNm).
**[[utopian-moderator]](https://utopian.io/moderators)**
👍  ,
properties (23)
authorms10398
permlinkre-amosbastian-documentation-for-utopianapi-0-0-1-python-client-for-the-utopian-api-20180121t121529145z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-01-21 12:15:30
last_update2018-01-21 12:15:30
depth1
children1
last_payout2018-01-28 12:15:30
cashout_time1969-12-31 23:59:59
total_payout_value0.114 HBD
curator_payout_value0.024 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation27,572,487,973,390
root_title"Documentation for utopian_api 0.0.1: Python client for the Utopian API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,091,727
net_rshares12,208,435,387
author_curate_reward""
vote details (2)
@amosbastian ·
$0.04
Thanks!
👍  
properties (23)
authoramosbastian
permlinkre-ms10398-re-amosbastian-documentation-for-utopianapi-0-0-1-python-client-for-the-utopian-api-20180121t220723548z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-21 22:07:24
last_update2018-01-21 22:07:24
depth2
children0
last_payout2018-01-28 22:07:24
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation174,473,586,900,705
root_title"Documentation for utopian_api 0.0.1: Python client for the Utopian API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,210,075
net_rshares4,055,833,135
author_curate_reward""
vote details (1)
@utopian-io ·
### Hey @amosbastian I am @utopian-io. I have just upvoted you!
#### Achievements
- You have less than 500 followers. Just gave you a gift to help you succeed!
- Seems like you contribute quite often. AMAZING!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
properties (22)
authorutopian-io
permlinkre-amosbastian-documentation-for-utopianapi-0-0-1-python-client-for-the-utopian-api-20180122t000309462z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-01-22 00:03:09
last_update2018-01-22 00:03:09
depth1
children0
last_payout2018-01-29 00:03:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,087
author_reputation152,955,367,999,756
root_title"Documentation for utopian_api 0.0.1: Python client for the Utopian API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,231,680
net_rshares0