Cryptocurrency Timehop - Steem Dollar (USD) - Episode 5 - May 30, 2017

in cryptocurrency •  8 years ago 

Hello!

Cryptocurrency Timehop is a semi-bot I created to post episodes of cryptocurrency prices before and after market.

If you want more of these and other cryptocurrency timehops, please follow me. :)

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:  

Wow

Is your bot rendering the images? If so, can I at least see that part of the code? I am so curious about it.

  ·  8 years ago (edited)

Process:

All the data is requested and processed via PHP and renders the HTML (the design). After that, my NodeJS takes a screenshot and generates an image, after that, it will be posted using Steem JS (Still working on this though as that's why I'm labeling my bot as "semi" because sometimes it fails so I manually post it)

I'm using "electron" + "electron-screenshot-service".
https://github.com/FWeinb/electron-screenshot-service

The code I have is similar with above example.

Exactly what I was wondering, thanks!