RE: The Steem Monsters trading bot is now available as open source
That looks great, @rondras. :)
Since -I guess- you're new to sharing on open-source scene, I would like to give a couple feedbacks on the codebase if you don't mind.
Adding a README.md file and giving information about the project, instructions, installation, usage, etc would be cool. Checkout this gist for a good README template example.
Open source has a global language (english) so code comments should be in English to make it understable for everyone.
I see you define shared configuration (
parameteraccount
,user
,s
) in each file. It might be a good idea to create a config.py and import from there in the other python files.Since this is your first Utopian tagged post. (I encouraged you, so you didn't signed-up for a review in the first place but checkout our guidelines for your future submissions.)
Keep developing :)
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Thank you very much for your feedback and tipps. I will review the guidelines and consider your tipps in the future.