Python Beem Blurt Project #2 - Follower Design

avatar

I had some time on weekend to work on Blurt profile and I added the follower.
Backend was pretty easy, just made a endpoint and grabbing followers using beem.

@app.route('/api/blurt/follower/<username>')
@app.route('/api/blurt/follower/<username>/')
def blurt_follower(username=None):
    data = {}
    if username:
        blurt = BC.BlurtChain(username)
        data = blurt.get_follower()
        # print(vars(blurt))

    return jsonify(data)

but the frontend stuff was a lot harder 😂
I think frondend design stuff require art, and it is very hard for me because have no art or color in me, plus my eyes are pretty blind I can't see colors sometimes lol.
I think I will do the following this weekend.

I still have no idea what I am going to do with the main content...😆


Get Rewarded For Browsing! Are you Brave?

happy tears
➡️ Website
➡️ Twitter



0
0
0.000
14 comments
avatar

Maybe you can launch a new Blurt frontend 🧐🤔

0
0
0.000
avatar

hmmm maybe i will think about 😂

0
0
0.000
avatar

That's the spirit 🙂

0
0
0.000
avatar

OMG you alive 😉 must be crazy busy 🤔

0
0
0.000
avatar

Yeah I've got lots of things that don't work in my project at my job, plus the other stuff I must take care of from other projects where I contribute. But I've started a lbry/odysee channel. The content is bad at this point, it's basically just me coding on something personal whenever I have the time: https://odysee.com/@pr0gramfailur3:5

0
0
0.000
avatar

how is lbry/odysee doing?
I started tutorial on blurt.
https://blurt.blog/@blurtutorials
I got sponsored from the foundation so I can give big upvotes for any kind of tutorials like yours 😉

0
0
0.000
avatar

It's fine, I don't really get any views right now, but I'm doing it for fun mostly. I'll start including some of the videos on my articles as I plan to write about programming again really soon

0
0
0.000
avatar

You got to do what you got to do, and have fun doing it! @alexbalan for president 🙌

0
0
0.000
avatar

If you vote for me I promise you everyone will get 1BTC 🧐

0
0
0.000
avatar

Well... see what happened to your post over there... 🙄🙄🙄

0
0
0.000
avatar
(Edited)

I was promising 1BTC, but I am the one receiving the 1 BTC(Blurt Token/Coin). 😳

0
0
0.000