create account

Implementing delete_comment operation in steem-python by emrebeyler

View this thread on: hive.blogpeakd.comecency.com
· @emrebeyler · (edited)
$51.86
Implementing delete_comment operation in steem-python
I'm working heavily with steem-python. ([1](http://github.com/emre/steemrocks), [2](http://github.com/emre/communitybot), [3](http://github.com/emre/turbot), [4](http://github.com/emre/curobot), [5](https://github.com/emre/steem-watchdog))

What I needed in my latest steem project is to make **delete_comment** operations via steem-python but unluckily it wasn't implemented.

steem-python covers most of the blockchain operations but it's missing some of them. 

**Missing operations in steem-python**

<img src="https://i.hizliresim.com/pGVpWq.png">

After seeing delete_comment is not implemented, I quickly implemented it in my version of steem-python. After initial tests, it works fine.

**Usage**

```
s = Steem(
	nodes=["RELIABLE_RPC_NODE"], 
	keys=["POSTING_KEY"]
)
c = Commit()
c.delete_comment("emrebeyler/testpost", account="emrebeyler")
```

Note that, first parameter is the identifier convention steem-python uses already. it's ```$username/$perm-link```.

**Unit tests**

Also, added related unit tests and they ran perfectly fine. Waiting for upstream review.

```
$ pytest steem/test_transactions.py -k test_delete_comment
platform darwin -- Python 3.6.3, pytest-3.2.5, py-1.5.2, pluggy-0.4.0
collected 21 items
steem/test_transactions.py .
====================20 tests deselected===========
==== 1 passed, 20 deselected in 3.14 seconds =====
```
***
**Pull Request**

[https://github.com/steemit/steem-python/pull/105](https://github.com/steemit/steem-python/pull/105)




<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@emrebeyler/implementing-deletecomment-operation-in-steem-python">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 8 others
properties (23)
authoremrebeyler
permlinkimplementing-deletecomment-operation-in-steem-python
categoryutopian-io
json_metadata"{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":84843862,"name":"steem-python","full_name":"steemit/steem-python","owner":{"login":"steemit","id":17434692,"avatar_url":"https://avatars3.githubusercontent.com/u/17434692?v=4","gravatar_id":"","url":"https://api.github.com/users/steemit","html_url":"https://github.com/steemit","followers_url":"https://api.github.com/users/steemit/followers","following_url":"https://api.github.com/users/steemit/following{/other_user}","gists_url":"https://api.github.com/users/steemit/gists{/gist_id}","starred_url":"https://api.github.com/users/steemit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steemit/subscriptions","organizations_url":"https://api.github.com/users/steemit/orgs","repos_url":"https://api.github.com/users/steemit/repos","events_url":"https://api.github.com/users/steemit/events{/privacy}","received_events_url":"https://api.github.com/users/steemit/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/steemit/steem-python","description":"Official Python Library for STEEM","fork":false,"url":"https://api.github.com/repos/steemit/steem-python","forks_url":"https://api.github.com/repos/steemit/steem-python/forks","keys_url":"https://api.github.com/repos/steemit/steem-python/keys{/key_id}","collaborators_url":"https://api.github.com/repos/steemit/steem-python/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/steemit/steem-python/teams","hooks_url":"https://api.github.com/repos/steemit/steem-python/hooks","issue_events_url":"https://api.github.com/repos/steemit/steem-python/issues/events{/number}","events_url":"https://api.github.com/repos/steemit/steem-python/events","assignees_url":"https://api.github.com/repos/steemit/steem-python/assignees{/user}","branches_url":"https://api.github.com/repos/steemit/steem-python/branches{/branch}","tags_url":"https://api.github.com/repos/steemit/steem-python/tags","blobs_url":"https://api.github.com/repos/steemit/steem-python/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/steemit/steem-python/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/steemit/steem-python/git/refs{/sha}","trees_url":"https://api.github.com/repos/steemit/steem-python/git/trees{/sha}","statuses_url":"https://api.github.com/repos/steemit/steem-python/statuses/{sha}","languages_url":"https://api.github.com/repos/steemit/steem-python/languages","stargazers_url":"https://api.github.com/repos/steemit/steem-python/stargazers","contributors_url":"https://api.github.com/repos/steemit/steem-python/contributors","subscribers_url":"https://api.github.com/repos/steemit/steem-python/subscribers","subscription_url":"https://api.github.com/repos/steemit/steem-python/subscription","commits_url":"https://api.github.com/repos/steemit/steem-python/commits{/sha}","git_commits_url":"https://api.github.com/repos/steemit/steem-python/git/commits{/sha}","comments_url":"https://api.github.com/repos/steemit/steem-python/comments{/number}","issue_comment_url":"https://api.github.com/repos/steemit/steem-python/issues/comments{/number}","contents_url":"https://api.github.com/repos/steemit/steem-python/contents/{+path}","compare_url":"https://api.github.com/repos/steemit/steem-python/compare/{base}...{head}","merges_url":"https://api.github.com/repos/steemit/steem-python/merges","archive_url":"https://api.github.com/repos/steemit/steem-python/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/steemit/steem-python/downloads","issues_url":"https://api.github.com/repos/steemit/steem-python/issues{/number}","pulls_url":"https://api.github.com/repos/steemit/steem-python/pulls{/number}","milestones_url":"https://api.github.com/repos/steemit/steem-python/milestones{/number}","notifications_url":"https://api.github.com/repos/steemit/steem-python/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/steemit/steem-python/labels{/name}","releases_url":"https://api.github.com/repos/steemit/steem-python/releases{/id}","deployments_url":"https://api.github.com/repos/steemit/steem-python/deployments","created_at":"2017-03-13T15:37:52Z","updated_at":"2017-10-31T00:25:22Z","pushed_at":"2017-11-21T08:56:52Z","git_url":"git://github.com/steemit/steem-python.git","ssh_url":"git@github.com:steemit/steem-python.git","clone_url":"https://github.com/steemit/steem-python.git","svn_url":"https://github.com/steemit/steem-python","homepage":null,"size":610,"stargazers_count":58,"watchers_count":58,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":31,"mirror_url":null,"archived":false,"open_issues_count":61,"forks":31,"open_issues":61,"watchers":58,"default_branch":"master","score":87.76367},"pullRequests":[{"url":"https://api.github.com/repos/steemit/steem-python/pulls/105","id":153830454,"html_url":"https://github.com/steemit/steem-python/pull/105","diff_url":"https://github.com/steemit/steem-python/pull/105.diff","patch_url":"https://github.com/steemit/steem-python/pull/105.patch","issue_url":"https://api.github.com/repos/steemit/steem-python/issues/105","number":105,"state":"open","locked":false,"title":"Implement delete_comment operation","user":{"login":"emre","id":72460,"avatar_url":"https://avatars0.githubusercontent.com/u/72460?v=4","gravatar_id":"","url":"https://api.github.com/users/emre","html_url":"https://github.com/emre","followers_url":"https://api.github.com/users/emre/followers","following_url":"https://api.github.com/users/emre/following{/other_user}","gists_url":"https://api.github.com/users/emre/gists{/gist_id}","starred_url":"https://api.github.com/users/emre/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/emre/subscriptions","organizations_url":"https://api.github.com/users/emre/orgs","repos_url":"https://api.github.com/users/emre/repos","events_url":"https://api.github.com/users/emre/events{/privacy}","received_events_url":"https://api.github.com/users/emre/received_events","type":"User","site_admin":false},"body":"","created_at":"2017-11-21T08:56:50Z","updated_at":"2017-11-21T08:56:50Z","closed_at":null,"merged_at":null,"merge_commit_sha":"4a9b29c055830fee942557bf33fbe0c9deff0e65","assignee":null,"assignees":[],"requested_reviewers":[],"milestone":null,"commits_url":"https://api.github.com/repos/steemit/steem-python/pulls/105/commits","review_comments_url":"https://api.github.com/repos/steemit/steem-python/pulls/105/comments","review_comment_url":"https://api.github.com/repos/steemit/steem-python/pulls/comments{/number}","comments_url":"https://api.github.com/repos/steemit/steem-python/issues/105/comments","statuses_url":"https://api.github.com/repos/steemit/steem-python/statuses/caf826f06a05d7d3f793195a80a6f9863209c841","head":{"label":"emre:add-delete-comment-operation","ref":"add-delete-comment-operation","sha":"caf826f06a05d7d3f793195a80a6f9863209c841","user":{"login":"emre","id":72460,"avatar_url":"https://avatars0.githubusercontent.com/u/72460?v=4","gravatar_id":"","url":"https://api.github.com/users/emre","html_url":"https://github.com/emre","followers_url":"https://api.github.com/users/emre/followers","following_url":"https://api.github.com/users/emre/following{/other_user}","gists_url":"https://api.github.com/users/emre/gists{/gist_id}","starred_url":"https://api.github.com/users/emre/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/emre/subscriptions","organizations_url":"https://api.github.com/users/emre/orgs","repos_url":"https://api.github.com/users/emre/repos","events_url":"https://api.github.com/users/emre/events{/privacy}","received_events_url":"https://api.github.com/users/emre/received_events","type":"User","site_admin":false},"repo":{"id":107763594,"name":"steem-python","full_name":"emre/steem-python","owner":{"login":"emre","id":72460,"avatar_url":"https://avatars0.githubusercontent.com/u/72460?v=4","gravatar_id":"","url":"https://api.github.com/users/emre","html_url":"https://github.com/emre","followers_url":"https://api.github.com/users/emre/followers","following_url":"https://api.github.com/users/emre/following{/other_user}","gists_url":"https://api.github.com/users/emre/gists{/gist_id}","starred_url":"https://api.github.com/users/emre/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/emre/subscriptions","organizations_url":"https://api.github.com/users/emre/orgs","repos_url":"https://api.github.com/users/emre/repos","events_url":"https://api.github.com/users/emre/events{/privacy}","received_events_url":"https://api.github.com/users/emre/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/emre/steem-python","description":"Official Python Library for STEEM","fork":true,"url":"https://api.github.com/repos/emre/steem-python","forks_url":"https://api.github.com/repos/emre/steem-python/forks","keys_url":"https://api.github.com/repos/emre/steem-python/keys{/key_id}","collaborators_url":"https://api.github.com/repos/emre/steem-python/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/emre/steem-python/teams","hooks_url":"https://api.github.com/repos/emre/steem-python/hooks","issue_events_url":"https://api.github.com/repos/emre/steem-python/issues/events{/number}","events_url":"https://api.github.com/repos/emre/steem-python/events","assignees_url":"https://api.github.com/repos/emre/steem-python/assignees{/user}","branches_url":"https://api.github.com/repos/emre/steem-python/branches{/branch}","tags_url":"https://api.github.com/repos/emre/steem-python/tags","blobs_url":"https://api.github.com/repos/emre/steem-python/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/emre/steem-python/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/emre/steem-python/git/refs{/sha}","trees_url":"https://api.github.com/repos/emre/steem-python/git/trees{/sha}","statuses_url":"https://api.github.com/repos/emre/steem-python/statuses/{sha}","languages_url":"https://api.github.com/repos/emre/steem-python/languages","stargazers_url":"https://api.github.com/repos/emre/steem-python/stargazers","contributors_url":"https://api.github.com/repos/emre/steem-python/contributors","subscribers_url":"https://api.github.com/repos/emre/steem-python/subscribers","subscription_url":"https://api.github.com/repos/emre/steem-python/subscription","commits_url":"https://api.github.com/repos/emre/steem-python/commits{/sha}","git_commits_url":"https://api.github.com/repos/emre/steem-python/git/commits{/sha}","comments_url":"https://api.github.com/repos/emre/steem-python/comments{/number}","issue_comment_url":"https://api.github.com/repos/emre/steem-python/issues/comments{/number}","contents_url":"https://api.github.com/repos/emre/steem-python/contents/{+path}","compare_url":"https://api.github.com/repos/emre/steem-python/compare/{base}...{head}","merges_url":"https://api.github.com/repos/emre/steem-python/merges","archive_url":"https://api.github.com/repos/emre/steem-python/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/emre/steem-python/downloads","issues_url":"https://api.github.com/repos/emre/steem-python/issues{/number}","pulls_url":"https://api.github.com/repos/emre/steem-python/pulls{/number}","milestones_url":"https://api.github.com/repos/emre/steem-python/milestones{/number}","notifications_url":"https://api.github.com/repos/emre/steem-python/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/emre/steem-python/labels{/name}","releases_url":"https://api.github.com/repos/emre/steem-python/releases{/id}","deployments_url":"https://api.github.com/repos/emre/steem-python/deployments","created_at":"2017-10-21T08:19:39Z","updated_at":"2017-10-21T08:19:41Z","pushed_at":"2017-11-21T08:55:33Z","git_url":"git://github.com/emre/steem-python.git","ssh_url":"git@github.com:emre/steem-python.git","clone_url":"https://github.com/emre/steem-python.git","svn_url":"https://github.com/emre/steem-python","homepage":null,"size":599,"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,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"steemit:master","ref":"master","sha":"2eaed3db174a4b78ffa02e08a90f64962e25ae68","user":{"login":"steemit","id":17434692,"avatar_url":"https://avatars3.githubusercontent.com/u/17434692?v=4","gravatar_id":"","url":"https://api.github.com/users/steemit","html_url":"https://github.com/steemit","followers_url":"https://api.github.com/users/steemit/followers","following_url":"https://api.github.com/users/steemit/following{/other_user}","gists_url":"https://api.github.com/users/steemit/gists{/gist_id}","starred_url":"https://api.github.com/users/steemit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steemit/subscriptions","organizations_url":"https://api.github.com/users/steemit/orgs","repos_url":"https://api.github.com/users/steemit/repos","events_url":"https://api.github.com/users/steemit/events{/privacy}","received_events_url":"https://api.github.com/users/steemit/received_events","type":"Organization","site_admin":false},"repo":{"id":84843862,"name":"steem-python","full_name":"steemit/steem-python","owner":{"login":"steemit","id":17434692,"avatar_url":"https://avatars3.githubusercontent.com/u/17434692?v=4","gravatar_id":"","url":"https://api.github.com/users/steemit","html_url":"https://github.com/steemit","followers_url":"https://api.github.com/users/steemit/followers","following_url":"https://api.github.com/users/steemit/following{/other_user}","gists_url":"https://api.github.com/users/steemit/gists{/gist_id}","starred_url":"https://api.github.com/users/steemit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steemit/subscriptions","organizations_url":"https://api.github.com/users/steemit/orgs","repos_url":"https://api.github.com/users/steemit/repos","events_url":"https://api.github.com/users/steemit/events{/privacy}","received_events_url":"https://api.github.com/users/steemit/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/steemit/steem-python","description":"Official Python Library for STEEM","fork":false,"url":"https://api.github.com/repos/steemit/steem-python","forks_url":"https://api.github.com/repos/steemit/steem-python/forks","keys_url":"https://api.github.com/repos/steemit/steem-python/keys{/key_id}","collaborators_url":"https://api.github.com/repos/steemit/steem-python/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/steemit/steem-python/teams","hooks_url":"https://api.github.com/repos/steemit/steem-python/hooks","issue_events_url":"https://api.github.com/repos/steemit/steem-python/issues/events{/number}","events_url":"https://api.github.com/repos/steemit/steem-python/events","assignees_url":"https://api.github.com/repos/steemit/steem-python/assignees{/user}","branches_url":"https://api.github.com/repos/steemit/steem-python/branches{/branch}","tags_url":"https://api.github.com/repos/steemit/steem-python/tags","blobs_url":"https://api.github.com/repos/steemit/steem-python/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/steemit/steem-python/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/steemit/steem-python/git/refs{/sha}","trees_url":"https://api.github.com/repos/steemit/steem-python/git/trees{/sha}","statuses_url":"https://api.github.com/repos/steemit/steem-python/statuses/{sha}","languages_url":"https://api.github.com/repos/steemit/steem-python/languages","stargazers_url":"https://api.github.com/repos/steemit/steem-python/stargazers","contributors_url":"https://api.github.com/repos/steemit/steem-python/contributors","subscribers_url":"https://api.github.com/repos/steemit/steem-python/subscribers","subscription_url":"https://api.github.com/repos/steemit/steem-python/subscription","commits_url":"https://api.github.com/repos/steemit/steem-python/commits{/sha}","git_commits_url":"https://api.github.com/repos/steemit/steem-python/git/commits{/sha}","comments_url":"https://api.github.com/repos/steemit/steem-python/comments{/number}","issue_comment_url":"https://api.github.com/repos/steemit/steem-python/issues/comments{/number}","contents_url":"https://api.github.com/repos/steemit/steem-python/contents/{+path}","compare_url":"https://api.github.com/repos/steemit/steem-python/compare/{base}...{head}","merges_url":"https://api.github.com/repos/steemit/steem-python/merges","archive_url":"https://api.github.com/repos/steemit/steem-python/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/steemit/steem-python/downloads","issues_url":"https://api.github.com/repos/steemit/steem-python/issues{/number}","pulls_url":"https://api.github.com/repos/steemit/steem-python/pulls{/number}","milestones_url":"https://api.github.com/repos/steemit/steem-python/milestones{/number}","notifications_url":"https://api.github.com/repos/steemit/steem-python/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/steemit/steem-python/labels{/name}","releases_url":"https://api.github.com/repos/steemit/steem-python/releases{/id}","deployments_url":"https://api.github.com/repos/steemit/steem-python/deployments","created_at":"2017-03-13T15:37:52Z","updated_at":"2017-10-31T00:25:22Z","pushed_at":"2017-11-21T08:56:52Z","git_url":"git://github.com/steemit/steem-python.git","ssh_url":"git@github.com:steemit/steem-python.git","clone_url":"https://github.com/steemit/steem-python.git","svn_url":"https://github.com/steemit/steem-python","homepage":null,"size":610,"stargazers_count":58,"watchers_count":58,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":31,"mirror_url":null,"archived":false,"open_issues_count":61,"forks":31,"open_issues":61,"watchers":58,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/steemit/steem-python/pulls/105"},"html":{"href":"https://github.com/steemit/steem-python/pull/105"},"issue":{"href":"https://api.github.com/repos/steemit/steem-python/issues/105"},"comments":{"href":"https://api.github.com/repos/steemit/steem-python/issues/105/comments"},"review_comments":{"href":"https://api.github.com/repos/steemit/steem-python/pulls/105/comments"},"review_comment":{"href":"https://api.github.com/repos/steemit/steem-python/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/steemit/steem-python/pulls/105/commits"},"statuses":{"href":"https://api.github.com/repos/steemit/steem-python/statuses/caf826f06a05d7d3f793195a80a6f9863209c841"}},"author_association":"NONE"}],"platform":"github","type":"development","tags":["utopian-io","steempython"],"users":["emrebeyler"],"links":["http://github.com/emre/steemrocks","http://github.com/emre/communitybot","http://github.com/emre/turbot","http://github.com/emre/curobot","https://github.com/emre/steem-watchdog","https://github.com/steemit/steem-python/pull/105"]}"
created2017-11-21 08:59:12
last_update2017-11-21 09:01:09
depth0
children10
last_payout2017-11-28 08:59:12
cashout_time1969-12-31 23:59:59
total_payout_value37.470 HBD
curator_payout_value14.387 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,686
author_reputation448,535,049,068,622
root_title"Implementing delete_comment operation in steem-python"
beneficiaries
0.
accountespoem
weight113
1.
accountfreedom
weight659
2.
accountlafona-miner
weight13
3.
accountmisterdelegation
weight549
4.
accountned
weight544
5.
accountruah
weight59
6.
accountsteempty
weight11
7.
accountwackou
weight53
max_accepted_payout1,000,000.000 HBD
percent_hbd50
post_id21,067,547
net_rshares25,882,689,552,478
author_curate_reward""
vote details (72)
@anthonyadavisii ·
Advise using an environmental variable for posting key vice having it in the script for security reasons.
properties (22)
authoranthonyadavisii
permlinkre-emrebeyler-implementing-deletecomment-operation-in-steem-python-20180226t212033778z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-26 21:20:36
last_update2018-02-26 21:20:36
depth1
children0
last_payout2018-03-05 21:20:36
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_length105
author_reputation212,565,147,344,592
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,694,787
net_rshares0
@beerlover ·
<div class='pull-right'>https://cdn.steemitimages.com/DQmaHThyECGhEx8tSfHZbiMFRNYjJ35K92cDgiJjkzBUaJo/One%20sip%20of%20BEER%20for%20you.gif<p><sup><a href='https://steem-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br><br> <p> Hey @emrebeyler, here is a little bit of <code>BEER</code> from @isnochys for you. Enjoy it!</p> </center>
properties (22)
authorbeerlover
permlinkre-implementing-deletecomment-operation-in-steem-python-20191121t050722z
categoryutopian-io
json_metadata"{"app": "beem/0.21.1"}"
created2019-11-21 05:07:24
last_update2019-11-21 05:07:24
depth1
children0
last_payout2019-11-28 05:07:24
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_length379
author_reputation25,782,462,005,030
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id92,694,399
net_rshares0
@digitalengineer ·
Cool post! I'm totally new to the whole open-source contribution community and I feel like I have so much to learn. It was nice to be able to see a small example of this type of contribution. Thank you for the work you do.

Cheers.
|D|E|
properties (22)
authordigitalengineer
permlinkre-emrebeyler-implementing-deletecomment-operation-in-steem-python-20171125t002041218z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2017-11-25 00:20:42
last_update2017-11-25 00:20:42
depth1
children0
last_payout2017-12-02 00:20:42
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_length237
author_reputation28,233,304,701
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,437,233
net_rshares0
@favcau ·
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/UCvqCsx).
**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
authorfavcau
permlinkre-emrebeyler-implementing-deletecomment-operation-in-steem-python-20171121t145459754z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2017-11-21 14:55:00
last_update2017-11-21 14:55:00
depth1
children0
last_payout2017-11-28 14:55:00
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_length172
author_reputation75,981,011,753,578
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,096,987
net_rshares0
@isnochys ·
If I could turn back !BEER
properties (22)
authorisnochys
permlinkre-implementing-deletecomment-operation-in-steem-python-20191121t050703z
categoryutopian-io
json_metadata"{"app": "beem/0.20.23"}"
created2019-11-21 05:07:06
last_update2019-11-21 05:07:06
depth1
children0
last_payout2019-11-28 05:07:06
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_length26
author_reputation48,458,921,588,264
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id92,694,393
net_rshares0
@minnowsupport ·
<p>Congratulations!  This post has been upvoted from the communal account, @minnowsupport, by Emrebeyler from the Minnow Support Project.  It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews/crimsonclad, and netuoso.  The goal is to help Steemit grow by supporting Minnows and creating a social network.  Please find us in the <a href="https://discord.gg/HYj4yvw">Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>.  It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p>
properties (22)
authorminnowsupport
permlinkre-emrebeyler-implementing-deletecomment-operation-in-steem-python-20171122t055954530z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"cosgrove/0.0.1"}
created2017-11-22 05:59:54
last_update2017-11-22 05:59:54
depth1
children0
last_payout2017-11-29 05:59:54
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_length611
author_reputation148,902,805,319,183
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,169,007
net_rshares0
@noaommerrr ·
But how do you know your comment $perm-link. 
Here:
implementing-deletecomment-operation-in-steem-python comments become:
re-emrebeyler-implementing-deletecomment-operation-in-steem-python-20171121t092012255z

Can you know it without digging in steemd.com ?
properties (22)
authornoaommerrr
permlinkre-emrebeyler-implementing-deletecomment-operation-in-steem-python-20180226t151712274z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-26 15:17:12
last_update2018-02-26 15:17:12
depth1
children1
last_payout2018-03-05 15:17:12
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_length257
author_reputation2,271,075,629,264
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,625,002
net_rshares0
@anthonyadavisii · (edited)
Yes, but I will only tell you if you agree to stop scamming and remove your upvotes from @aluma's comments.

What you are doing is wrong and you should be ashamed if yourself for being a part of upvoting comment spam.

@noaommerrr

@steemcleaners @steemflagrewards
properties (22)
authoranthonyadavisii
permlinkre-noaommerrr-re-emrebeyler-implementing-deletecomment-operation-in-steem-python-20180226t211554928z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["aluma","noaommerrr","steemcleaners","steemflagrewards"],"app":"steemit/0.1"}
created2018-02-26 21:16:00
last_update2018-02-26 21:16:21
depth2
children0
last_payout2018-03-05 21:16:00
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_length264
author_reputation212,565,147,344,592
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,693,994
net_rshares0
@qurator ·
Quratorcomment
<center>Qurator</center> | <center>Your Quality Content Curator</center>
-|-|
![](https://steemitimages.com/DQmNzJZFNXnViq9Ebmccf3rLi7kiYrcHFnFqeKK7QnWYtRs/COMMENT.png) | This post has been upvoted and given the stamp of authenticity by @qurator. To join the quality content creators and receive daily upvotes click [here](https://steemit.com/qurator/@qurator/qurator-update-cheaper-tier-access-and-increased-registration-fee) for more info. 
<center>*Qurator's exclusive support bot is now live. For more info click [HERE](https://steemit.com/qurator/@qurator/qurator-support-bot-alive-and-active-welcome-to-qustodian) or send some SBD and your link to @qustodian to get even more support.*</center>
properties (22)
authorqurator
permlinkre-emrebeyler-implementing-deletecomment-operation-in-steem-python-20171121t092012255z
categoryutopian-io
json_metadata""
created2017-11-21 09:20:30
last_update2017-11-21 09:20:30
depth1
children0
last_payout2017-11-28 09:20:30
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_length700
author_reputation1,639,172,175,913,665
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,068,976
net_rshares0
@utopian-io ·
### Hey @emrebeyler I am @utopian-io. I have just upvoted you at 19% Power!
#### 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/2rSx9Eu">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</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy to my Witness</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-emrebeyler-implementing-deletecomment-operation-in-steem-python-20171122t051348342z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2017-11-22 05:13:48
last_update2017-11-22 05:13:48
depth1
children0
last_payout2017-11-29 05:13:48
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,053
author_reputation152,955,367,999,756
root_title"Implementing delete_comment operation in steem-python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,166,107
net_rshares0