Repl.it Access one file from another repl?
So I am making a text adventure, and I have functions in the part one repl that I would like to use in my part two repl. Is there any way to do that? I am using python without any packages.
Also, just curious, is there a repl.it API? That would be quite useful if there were one.
Voters
Coder100
No, you can't access another repl, why not just do something like:
print("go to part to here: [insert url]")
Yes, yes there is an API. https://repl.it/graphql, but I'm not going to tell you how to use it (it's PRIVATE and has been abused maybe once or twice)
lightningrock
@Coder100 Oh ok bc I wanted to use the functions in the first repl in the second repl. BTW What do you mean it has been abbused?
Coder100
@lightningrock remember how repl.it went down a few minutes ago?
Coder100
@lightningrock or maybe 10 minutes ago, that was most likely because some malicious user got ahold of graphql
lightningrock
Oh, repl.it was down? I thought it was my internet.
@Coder100Coder100
haha no, they even had to go on cloudflare anti-DDOS
@lightningrockCoder100
np :) good luck on your game!
@lightningrocklightningrock
thanks
@Coder100Coder100
np :)
@lightningrock
There is no way to get it to the part 2 repl other than just copying all the functions you need from the first to the second.