/streamsnipe is finished!
It uses the Twitch api to fetch all live Minecraft streams and then tries to find what server they’re playing on. I already had this working somewhat well for a while but since I added the case insensitive searching from the last update, username searching got relatively slow, so I decided to rewrite it to automatically run searches in the background every minute and cache the results. Then I also realized that since the only option is to filter by language I can easily fit that in the custom id of the discord embed buttons, allowing me to store the information on discord instead of in memory and keep the embed alive forever without timing out to save ram. Unfortunately I can’t do this for the search command since it has to many options, so for now it still times out after 10 minutes of inactivity.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.