So, I was using glitch for a while. It is good, but because of some reasons, I am changing to github. Is it possible to “connect” to my repository where script is using http service, like it is with glitch?
It should be possible, since github’s API goes through HTTP.
do you have link to github’s api?
Appears to be here: GitHub REST API documentation - GitHub Docs
So I read a bit, just how would an example script look like in lua?