Link posting idea
Opened this issue · 3 comments
Hello, just wanna give my advice on more ideas.
I believe that the people that would want to use this (me included) want a way to make a server public without exposing their identity, so using another server to upload the link might not be perfect.
Ideas i got for this:
- Using a Discord bot
- Using a TOR hidden service
Using Discord makes it easy to call for the server "on demand" and might be worth to look into, tho bots now need a public static address now because of the new API (and because of abusive bots ideas such as mine).
Using TOR on the other hand is almost perfect, as it would hide everything, tho it would bulk the script a bit. I might look into that.
That's a nice idea. I'd appreciate your assistance on Tor. 🙂
Sure. I'll look into it when I have more time. In the meantime, search around for Tor Hidden Services. The way it works is pretty interesting !
Hello, just wanna give my advice on more ideas.
I believe that the people that would want to use this (me included) want a way to make a server public without exposing their identity, so using another server to upload the link might not be perfect. Ideas i got for this:
- Using a Discord bot
- Using a TOR hidden service
Using Discord makes it easy to call for the server "on demand" and might be worth to look into, tho bots now need a public static address now because of the new API (and because of abusive bots ideas such as mine).
Using TOR on the other hand is almost perfect, as it would hide everything, tho it would bulk the script a bit. I might look into that.
you can take a look into my codes: https://github.com/avik-py/Java-server-controller-bot/blob/main/discord-bot.py. you can modify as your liking and it will post the tunnel link when called.