Hive Developer Portal

Search Results
Showing results for "get followers"
follow_api.get_feed
Removed since HF24 Use: condenser_api.get_feed Also see: Paginated API Methods
follow_api.get_blog
Removed since HF24 Use: condenser_api.get_blog Also see: Paginated API Methods
Follower
Account that is following the user
Following
Account that is being followed
follow_api.get_followers
Removed since HF24 Use: condenser_api.get_followers Also see: Paginated API Methods
follow_api.get_following
Removed since HF24 Use: condenser_api.get_following Also see: Paginated API Methods
follow_api.get_blog_entries
Removed since HF24 Use: condenser_api.get_blog_entries Also see: Paginated API Methods
follow_api.get_feed_entries
Removed since HF24 Use: condenser_api.get_feed_entries Also see: Paginated API Methods </p>
follow_api.get_blog_authors
Removed since HF24 Use: condenser_api.get_blog_authors
follow_api.get_follow_count
Removed since HF24 Use: condenser_api.get_follow_count
follow_api.get_reblogged_by
Removed since HF24 Use: condenser_api.get_reblogged_by
follow_api.get_account_reputations
Returns a list of account reputations. Also see: Paginated API Methods
condenser_api.get_follow_count
Returns the count of followers/following for an account. Parameters: account:string account (string) hiveio Queries the account named hiveio....
bridge.get_follow_list
Returns blacklisted/muted accounts or list of blacklists/mute lists followed by a given observer. observer - valid account follow_type - Supported values: follow_...
titles.get_follower_and_following
...the Hive blockchain Input variables Collecting the required inputs via an HTML UI Get followers/following Get the followers or users being followed Display Display the array of re...
titles.get_follower_and_following
...ary install and import Input variables - Collecting the required inputs via the UI Get followers/following Get the followers or users being followed Print output - Print results in...
titles.follow_user
...d example script: ruby check_follow.rb The API method we’re using here is condenser.get_following. We pass the name of the account we’re checking. If the account follows mo...
titles.get_follower_and_following
...ockchain Input variables Collecting the required inputs via command line arguments Get followers/following Get the followers or accounts being followed Display Return the array of...
condenser_api.get_followers
Returns the list of followers for an account. Parameters: account:string; start:string (account to start from); type:string e.g.: blog; limit:int up to 1000 accou...
condenser_api.get_following
Returns the list of accounts that are following an account. Parameters: account:string; start:string (account to start from); type:string e.g.: blog; limit:int up to 1000...
bridge.get_relationship_between_accounts
Tells what relations connect given accounts from the perspective of first account.
Feed
Posts/Discussions from followers of a particular account
bridge.does_user_follow_any_lists
Checks if a given observer follows any blacklists or mute lists.
titles.follow_user
...llow we first have to check what the current ‘follow status’ is of the author, using get_following on an account. There are three pieces of information within the follow/unf...
titles.follow_user
...the Hive blockchain Input variables Collecting the required inputs via an HTML UI Get status Get the follow status for the specified author Follow operation Execute the...
Reblog
Re-posting another author’s post in your blog feed for your followers list
Canonical Signatures
Reduce entropy Signatures that follow the BIP-0062 specification to prevent transaction malleability. All Signatures on Hive are Canonical Signatures, since 0.20.2.
custom_json
Serves the same purpose as custom but also supports required posting authorities. Unlike custom, this operation is designed to be human readable/developer friendly. follo...
database_api.get_active_witnesses
Returns the list of active witnesses.
HBD Haircut
Rules to stop printing HBD when the supply is too high. Note: HBD printing for the DHF (@hive.fund) does not follow these rules and will continue to print HBD regardless...
bridge.get_profile
Gets profile account - valid account observer - valid account [optional]
HIVE_MAX_ACCOUNT_NAME_LENGTH
Names must comply with the following grammar (RFC 1035), i.e.: a valid name consists of a dot-separated sequence of one or more labels consisting of the following rules:...
HIVE_MIN_ACCOUNT_NAME_LENGTH
Names must comply with the following grammar (RFC 1035), i.e.: a valid name consists of a dot-separated sequence of one or more labels consisting of the following rules:...
titles.reblogging_post
..._post.rb https://hive.blog/@inertia/kinda-spooky Example Output From the example we get the following output from our script: { jsonrpc: 2.0, result: { id: 0aa41e06b261...
condenser_api.get_account_reputations
...ueries for accounts that start with “a”, up to 10 results. Also see: follow_api.get_account_reputations
escrow_release
This operation can be used by anyone associated with the escrow transfer to release funds if they have permission. The permission scheme is as follows: If there is no di...
titles.plug_and_api_list
...m this API. Requires: database_api (automatic); Jussi + Hivemind (for condenser_api.get_state, condenser_api.get_account_votes, condenser_api.get_content, condenser_api.get...
downvote_pool_percent
Used by a separate downvote pool that is a percentage of the max size of the voting mana. Downvotes will be taken from the downvote pool first, and then the upvote pool o...
bridge.account_notifications
Account notifications. Supported values for type: new_community - a new community was created set_role - mod/admin adds a role to an account set_props - properties set...
titles.hiab_node
Intro HIAB - Hive in a box, is dockerized node setup tool developed by @someguy123. References Please read following posts by community members who give clear instruction...
titles.bridge
Methods: account_notifications does_user_follow_any_lists get_account_posts get_community get_community_context get_discussion get_follow_list get_payout...
transaction_status_api.find_transaction
Returns the status of a given transaction id. Parameters: trx_id:string; expiration:timestamp (optional) The result will contain one of the following status values:...
titles.stream_blockchain_transactions
...to specify exactly what type of operation you’re interested in. Also see: block_api.get_block block_api.get_block_range account_history_api.enum_virtual_ops Sections S...
titles.tutorials
...RC Bandwidth Parameters Analyze the dynamics of the resource budget pool. RC Bandwidth System...
comment
Creates a post/comment. Parameters: parent_author - the author that comment is being submitted to, when posting a new blog this is an empty string parent_permlink - spe...
jsonrpc.get_methods
Returns a list of methods supported by the JSON RPC API.
titles.vest_to_hive
...in this recipe to fetch the current values of global blockchain properties. Steps Get Dynamic Global Properties Fetch current values of global blockchain properties Form...
titles.client_signing
...nto app.js and prepare it to communicate with a Testnet instance of Hive blockchain Get globals Network globals Account selection Select predefined account Operation sele...
titles.search_accounts
...example can request up to 1000 accounts as an array. Example api call If we want to get the accounts starting with “alice” … api.lookup_accounts(alice, 10) do |content| ......
account_create_with_delegation
Deprecated as of HF20 If an account creation service would still like to provide a delegation of Hive Power to the accounts they create, they can still follow the account...
titles.reblogging_post
...This tutorial makes use of the This function is taken from the tutorial Blog Feed to get a list of trending posts. Also see: custom_json_operation Steps Configure connec...
titles.stream_blockchain_transactions
...take you through the process of preparing and streaming blocks using the blockchain.getBlockStream() operation. Being able to stream blocks is crucial if you are building a...
titles.seed_node
...l assumes Ubuntu Server 18.04 LTS 8GB RAM and 500GB SSD/HDD. Building hived sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install autoconf automake autotools-de...
titles.convert_hbd_to_hive
...our tutorial script: ruby convert_hbd_to_hive.rb Example Output From the example we get the following output from our script: { jsonrpc: 2.0, result: { id: e658349eeaa8...
titles.getting_started
...pip3 and/or pipenv is required, since our tutorials will be using package manager to get started quickly. Terminal (Linux/Mac) or Cmd (Windows command prompt) knowledge...
bridge.get_account_posts
Lists posts related to a given account. sort - Supported values: blog - top posts authored by given account (excluding posts to communities - unless explicitely re...
titles.authentication
...authorize/hivesigner. Finalize app integration https://docs.hivesigner.com/h/guides/get-started/hivesigner-oauth2. User side Overview of steps that user experiences during...
titles.get_transaction_node
...l show how to setup the lowest possible resource node that can support condenser_api.get_transaction and account_history_api.get_transaction. Sections Minimum Requirements...
titles.exchange_node
...t accounts that involve the exchange. These instructions are similar to setting up a Get Transaction Node, but requires far less time to sync because it is configured to foc...
titles.getting_started
...Examples The tutorials on this site are available within this site’s repository. To get a copy, clone this repository, change directory to devportal/tutorials/ruby/01_blog_...
titles.drone
...nfig.json easily. Endpoints The application has the following two primary endpoints: GET /: Health check endpoint that returns the application status, version, and operator...
titles.vote_on_content
...devportal-master-tutorials-ruby-17_vote_on_content.zip). Also see: vote_operation get_active_votes Sections Making the api call - broadcasting the operation Examp...
titles.jussi
...Try out your local configuration: curl -s --data '{jsonrpc:2.0, method:condenser_api.get_block, params:[8675309], id:1}' http://localhost:9000 See: Running Condenser, Jussi...
titles.search_tags
...ll return tags sorted by trending, up to a specified limit. Also see: condenser_api.get_trending_tags Sections Making the api call - performing the lookup Example a...
titles.rc_bandwidth_system
...has a 150 byte transaction size will cost 2*5 + 50*8 + 150*4 = 1010 RC. Resource budget pools A resource budget pool for each resource type will be established. The resourc...
titles.get_post_comments
Full, runnable src of Get Post Comments can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-07_get_post_comments...
titles.testnet
...lly on your workstation and join the development testnet. Docker can also be used to get started quickly. Compilation generates the hived executable which is the main daemon...
titles.account_reputation
..., but beem already has the ability to interpret reputation automatically. Also see: get_account_reputations Steps App setup - Library install and import Account list -...
titles.condenser
...ts and utilize opensource code in their applications. It offers a few endpoints for getting common data. User profile and post JSON data is very convenient and simple by ap...
titles.using_keys_securely
...e not defined # accessing Wallet methods are also possible and secure way h.wallet.getActiveKeyForAccount('demo') Above line fetches private key for user demo from local...
titles.using_hivemind
...y. Supported API functionality: Core API set available in Hivemind: condenser_api.get_followers condenser_api.get_following condenser_api.get_follow_count condenser_ap...
titles.virtual_operations_streaming
...on streaming 1. Blocks, transactions and operations In order to stream a block and get the information as will be shown below we use the blockchain api in the dhive librar...
titles.hivesigner
What is Hivesigner? The goal of Hivesigner is to provide a safe way of connecting to the blockchain via 3rd party apps without compromising the security of your private k...
titles.get_account_replies
Full, runnable src of Get Account Replies can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-08_get_account_rep...
titles.sso
There are some cases where you don’t need Posting Authority on your apps. Some examples are hivesearcher.com, openhive.chat, and hyperion.zone where use case and actions...
titles.stream_blockchain_transactions
...ollows irreversible blocks which was accepted by all witnesses. Also see: block_api.get_block block_api.get_block_range account_history_api.enum_virtual_ops Steps App...
titles.get_delegations_by_user
Full, runnable src of Get Delegations By User can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-29...
titles.get_account_comments
Full, runnable src of Get Account Comments can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-09_get_account_co...
titles.set_withdraw_route
..._operation Steps App setup Setup dhive to use the proper connection and network. Get account routes Get account’s current routes Fill form Fill form with appropriate da...
titles.password_key_change
...the Account_update operation and TransactionBuilder to make these changes. We first get the existing keys from your account then recreate these from your new password. Once...
titles.dhf
Intro The DHF (Decentralized Hive Fund) is an account on the Hive blockchain (currently @hive.fund) that receives 10% of the annual new supply. These funds are dedicated...
titles.monit
...down. Sections Install Monit Configure Monit Install Monit On linux: $ sudo apt-get install monit For other OS types, refer to: mmonit.com/monit Configure Monit Creat...
titles.create_account
...ps App setup Setup dhive to use the proper connection and network. Search account Get account details after input has account name Generate private keys Generate proper...
titles.account_creation_process
This recipe will take you through the different options when creating accounts on the Hive blockchain. Intro The Resource Credit system gives us two ways to create an acc...
titles.setting_up_testnet
...blockchain developers to verify changes to the blockchain and can allow witnesses to get a preview of changes that they are expected to approve. Setting up a testnet can be...
titles.witness_node
...The build process requires tools available in the default Ubuntu package repository. Getting hive source code The first step is to get the source code. Clone the git reposit...
titles.get_account_comments
Full, runnable src of Get Account Comments can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-09_get_accoun...
titles.account_recovery
...and interaction with Blockchain We import the libraries for the application. import getpass import beembase from beem.account import Account from beem import Hive from beem...
titles.get_state_replacement
Full, runnable src of Get State Replacement Api can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-...
titles.paginated_api_methods
...going to use a command-line JSON processor called jq to interpret JSON results. apt-get install jq Instead of jq, you could also pipe to python -mjson.tool, as an alternat...
titles.imagehoster
...with the API Upload an image Fetch an uploaded image Proxy and resize an image Get user avatar image Signing uploads How to run 1. Upload an image POST /<userna...
titles.get_voters_list
Full, runnable src of Get Voters List On Post can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-06_get_vot...
titles.node_config
...ion set to /tmp/hived.sock): curl -s --data '{ jsonrpc: 2.0, method: condenser_api.get_account_count, params: [], id: 1 }' --unix-socket /tmp/hived.sock http: See: #320...
titles.get_voters_list
Full, runnable src of Get Voters List On Post can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-06...
titles.get_post_details
Full, runnable src of Get Post Details can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-05_get_po...
titles.transfer_hive_and_hbd_savings
...rs We import the libraries and connect to the testnet. from pick import pick import getpass from beem import Hive from beem.account import Account import random Because th...
titles.node_cli
...Config The following are only available as command-line options. Sections disable-get-block statsd-record-on-replay transaction-status-rebuild-state p2p-force-validate...
titles.clive
...Config The following are only available as command-line options. Sections disable-get-block statsd-record-on-replay transaction-status-rebuild-state p2p-force-validate...
titles.account_reputation
...to both capture the string query as well as display the completed search. Also see: get_account_reputations steps App setup Configuration of dhive to use the proper conn...
titles.submit_comment_reply
...ackages: random and string - used to create a random string used for the permlink getpass - capture wif without showing it on the screen beem - hive library and interact...
titles.submit_post
...ackages: random and string - used to create a random string used for the permlink getpass - capture wif without showing it on the screen json - generate json_metadata b...
titles.broadcast_ops_custom
Ops: flagPost mutePost pinPost setRole setUserTitle subscribe unmutePost unpinPost unsubscribe updateProps To interact with the communities framewo...
titles.get_account_comments
Full, runnable src of Get Account Comments can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-09_ge...
titles.submit_post
...ave the submitPost function which executes when the Submit post button is clicked. //get private key const privateKey = dhive.PrivateKey.fromString( document.getElementByI...
titles.using_multisignature_accounts
...ut ready-to-use script to create an arbitrary transfer transaction is provided here: get_transaction.py This script can be used like this: python get_transaction.py --accou...
titles.power_down
...ps App setup Setup dhive to use the proper connection and network. Search account Get account details after input has account name Calculate and Fill form Calculate avai...
titles.submit_comment_reply
...arse the author and permlink from it. Add content Add body content to your comment Get comment data Collect values from the UI Create comment permlink Create a permlink f...
titles.blog_feed
...ain and displays them in simple list. Also some notes about usage of client.database.getDiscussions API. Intro Tutorial is demonstrates the typical process of fetching accou...
titles.get_post_details
Full, runnable src of Get Post Details can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-05_get_post_details.z...
titles.get_posts
Full, runnable src of Get Posts can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-04_get_posts.zip...
titles.hivesigner
...ro The application in this tutorial asks the user to grant an access to demo-app and get token from Hivesigner. Once permission is granted, demo-app can get details of user...
titles.rc_bandwidth_parameters
Parameters Each pool has its own values of the following constants: budget_time : Time interval for budgeting. budget : How much the resource increases linearly over b...
titles.get_post_comments
Full, runnable src of Get Post Comments can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-07_get_p...
titles.transfer_hive_and_hbd
...ly We import the libraries and connect to the testnet. from pick import pick import getpass from beem import Hive from beem.account import Account Because this tutorial al...
titles.haf_api
...We intend to publish ZFS snapshots of fully-synced HAF nodes that can downloaded to get a HAF node up & running quickly, avoiding multi-day replay times. sudo apt insta...
titles.how_to_serialize
...s post for explanation of variables. Defining 4 of 6 needed variables: const props = getDynamicGlobalProperties() const refBlockNum = props.head_block_number & 0xffff co...
titles.delegate_power
...only be available again after 7 days. Also see: delegate_vesting_shares_operation get_vesting_delegations Steps App setup - Library install and import. Connection to t...
titles.get_account_replies
Full, runnable src of Get Account Replies can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-08_get...
titles.edit_content_patching
...nfigure testnet Testnet connection should be established with proper configurations Get latest post Get @demo’s latest post for editing Creating patch Creating patch with...
titles.witness_listing_and_voting
...operation from dhive. We also look at the vote status for a specific user using the getAccounts function. The parameters required for the witness voting operation are: li...
titles.nodes
...tv@threespeak hiveapi.actifit.io@actifit Private Nodes The simplest way to get started is by deploying a pre-built dockerized container. System Requirements We ass...
titles.tic_tac_toe
...rse of about two months and originally posted on his blog. Sections Part 1 Target Audience Why “tic-tac-toe”? Development Tools I’m using Planning Fron...
titles.rc_dev
...to add support for the RC system. Also see: resource credits The RC demo script To get up and running, I (theoretical) have transcribed some key algorithms from C++ to Pyt...