SafeBreach-Labs / CloudMiner

Execute code using Azure Automation service without getting charged
BSD 3-Clause "New" or "Revised" License
136 stars 17 forks source link

how can we get inputs and outputs from our python script #2

Closed IntrinsicInnovation closed 7 months ago

IntrinsicInnovation commented 7 months ago

Could you please tell me how I can print out or output something to show my uploaded python script actually was successful?

Thanks!

arielgamrian commented 7 months ago

Hi @IntrinsicInnovation. There are 2 solutions for this:

  1. Send the output to your own server.
  2. Raise an exception to contain your output. This can be later viewed as part of the upload status.
IntrinsicInnovation commented 7 months ago

Thanks for that. Also, is there an actual crypto mining python script that works with it? (new to python here.)

arielgamrian commented 7 months ago

@IntrinsicInnovation Iv’e never tried to execute a real miner as its against Azure license.