Simply put in your message and wait for a response! -- WIP -- I have the output that should be put onto the cloud variable that is printed by the software. - Console Log: Query: 9 + 10 Response: 049057 Result: 19 You can send a query to the server but you can not get a response. If you know how to set a cloud variable via an API please contact me.
All the variables are intentional shown so that you can see how it works. How it works: 1) You put in your question. 2) We encode it because scratch wont let you put text in a cloud var. 3) We send that encode string into a cloud var. 4) Software on my servers decode your input. 5) The software query's wolfram alpha with your input 6) The response is saved and encoded then put in a cloud variable 7) Scratch decodes the response and prints it. NOTE: Don't use this as an actual search engine. This is only a proof of concept and takes a ton of processing power. Taking about 5 seconds to do its magic. Things Used: - Wolfram Alpha (The search engine) - PHP (Programming language for query engine) Feel free to remix this. All code will be on a GitHub page for your use. ComputerCandy/Scratch_Engine @gooeygamer inspired me to make this with his robot talk thing. @gooeygamer has a new scratch @MathPenguinTv