Remotely start Repl

Describe your Extension idea
remotely start another repl from a repl (or remotely make another repl run a file)

What problem(s) would this Extension solve?
I am trying to make a repl that needs an asset generated by a Python script every time a button is pressed

Explain what you were trying to do when you came across the problem leading to this Extensions request
I am making a game and it is held in an app called GD.games (it’s the easiest place for me to extract it) I made a Python script to fetch the URL of the iframe containing my game and add it to a text file, then when I run a shell script it downloads and replaces the text file containing my URL for the game and that automatically updates it, currently I need to run the code manually by going ti the repl and pressing start

1 Like

You can already do that using the web functionality, just send a wake up request.

4 Likes