My work in coding with Hive BlockChain in Python

in #gradnium3 years ago

So the last post I created detailed many problems I had while trying to make a program to get posts from the Hive blockchain, but I luckily got the program to work. What I did was I used a virtual machine where another computer contains python and the program since my computer is just not configured well. This machine had the unfortunate thing that every time it is closed, the packages that I need and visual studio code get uninstalled, so I have to reinstall them every time I boot it up, which takes a few minutes. While this solution is not perfect, it is the best I can do currently.

filter.png

posts.png

Now the program, as shown last time, gets the top 2 posts of a category of choice and posts the user and name of the post. There are five categories of the filters and the bottom 3 don't work probably because they are user-specific and I have not put in any users. This work has been enlightening so far and I hope I learn more as I continue this.