Login with Hive Keychain
Enter your Hive username to sign in securely.
Welcome to HiveComb
HiveComb runs on Hive — an open, decentralized blockchain where your posts, votes, and communities belong to you, not a company. To get started, follow these steps:
Create a Hive account
Set up your free account — it only takes a minute.
Install Hive Keychain
A browser extension that securely signs your transactions — your keys never leave your device.
Refresh & log in
Once Keychain is installed, refresh this page and click Login again.
Need help? Join our Discord and we'll help you get set up.
No account? Create one
Having trouble creating your account? Come to our Discord and we'll get you set up.
No posts found
Try adjusting your filters or wait for the worker to classify more posts.
No posts found
Try adjusting your filters or wait for the worker to classify more posts.
No posts found
Try adjusting your filters or wait for the worker to classify more posts.
Welcome to HiveComb!
Choose your default filters to see the content you care about most.
Languages
Categories
Sentiment
My feed idea
Not sure how this idea will play out, but I imaging a new feed, one powered by, let's just call it an intelligent AI.
Step 1, get list of following
Step 2, que up last 6 days posts for all said people
Step 3, remove all posts already interacted on by yourself (likes or comments, etc)
Step 4, move to the top of the list posts by people interacted with the most historically
Step 5, move to the top of the list most unique interactions (as in, if user has 180 upvotes on every post, but it's the same 180 people upvoting their posts, assume it's shit content, and bump down the list a bit)
Step 6, I could continue .... But hopefully this was enough to get your creative juices flowing.
I have zero desire to launch a "fat" server intensive website, I do have a desire to launch a client side app that only connects to hive nodes.. doing this all client side would involve quite a bit of work, but definitely something I'm thinking about. The mapping it out would be totally doable, if memory intensive.
Just a quick note to self I guess ..
Report Misclassification
Why is this post incorrectly classified?
Comments
6 commentsI think there’s a feed api.
By feed api do you mean an api that you call to get posts by accounts one is following? Any links that I could check out.
Yup, with hive js, this call exists:
hive.api.getDiscussionsByFeed(query,(err, result) => {
})
I don’t know how the query needs to be formatted but I’m pretty sure that’s what gets you your feed. You should be able to see the raw call in the code for hivejs.
I’m sure one of the python libraries has it as well, look for something named similarly in the documentation.
Thanks, I will dig into a couple of the Python libraries.
I have had a similar thought process as some days I am overwhelmed with posts to try and read. I am a beginning python coder and would not even attempt such an app, client side of otherwise, but truly understand how nice it would be to have a feed display of content from authors that I know regularly post stuff I what to read, but am time limited.
One day a bored dev will make it happen. LoL. Until then, we must miss some posts. LoL