RE: [SteemSQL Wrapper] Export to Excel, CSV, and JSON

You are viewing a single comment's thread from:

[SteemSQL Wrapper] Export to Excel, CSV, and JSON

in utopian-io •  7 years ago 

Thank you for the contribution. It has been approved.

Great work. So how exactly I can use this SteemWrapper in my Python code? It is useful to add some code examples in your repro README.

Also, you might want to extract some code from main.py so it doesn't contain too much logics.

You can contact us on Discord.
[utopian-moderator]

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Ah, thanks!

In fact, you cannot use SteemSQL Wrapper directly in your Python code because it is not a library but a website. However, you can use SteemSQL Wrapper API, it still does not have detailed documentation but I will fix this and update the README in the near future.

About extract some code — yeah, you are right, small files/modules is always better but right now main.py has only 153 lines and the adding more modules will only slow down work. But I, of course, necessarily will reorganize the project when it becomes bigger.