You are viewing a single comment's thread from:

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

in #cryptocurrency8 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.

Sort:  

Exactly what I was wondering, thanks!