You are viewing a single comment's thread from:

RE: Programming Diary #41: Make it exist, then make it beautiful

in Steem Dev6 days ago

I tried it briefly with Replit, and everything was set up:

The system is running perfectly—it connects successfully to the Steem blockchain and is ready for operation. The only missing components are the API keys, which you as the user must provide:

LLMAPIKEY: For AI content analysis
UNLOCK or POSTING_KEY: For blockchain posts

But that's it:
image.png

I noticed that replit replaced the steem-python library with beem and apparently corrected all .py files accordingly. I'll take a closer look at that next week.

Was there a reason why you chose steem-python and not beem?

Sort:  
 6 days ago 

Was there a reason why you chose steem-python and not beem?

Not really. I had decided not to use it back in 2020, because the creator was hostile to Steem during the hardfork, and I never really thought about it again. I suppose I should probably reconsider that.

I noticed that replit replaced the steem-python library with beem and apparently corrected all .py files accordingly. I'll take a closer look at that next week.

I was pretty amazed by the way that replit manages to understand the context. Wish I had a paid account, there, but I can't justify the cost to myself (yet?).

Let me know how you make out with it. I'm not particularly proud of the code quality, but hopefully it won't be too terrible to navigate with the help of an AI assistant.