Python Practice - viewing some info with the beem library

Words
179
Reading
1 min
Listen
Play
5y

Hello, today I was practicing a little bit my limited knowledge of python and gtk in ubuntu. I'm not a professional programmer, just an amateur and my intention was just to make a simple wallet.

But, today I just made a simple app to view some stats of a hive account.

I installed the beem library in the system and started to read the docs. It really is a powerful and complete lib. Is easy to use even for someone amateur like me.

I made a script just to test and practice. Then, I tried to create an interface for the app. And little by little, I added functions to the app.

When I tried to load the profile using the method beem.account.profile it always returned an empty dict. The same happened with beem.account.json_metadata, so I used the beem.account.json with all the info about the user.

That's it! That's what I made for now... I had some problems with loading images and didn't calculated the delegate hive power, but I did my best. It could be improved.

Thank you for reading.

Python Practice - viewing some info with the beem library | Ecency