#7 on tim's contest yay Welcome to my newest project, Scratchlookup ! It's my first python related project and the code behind is bad, but it works ! This is not the final version, so it's not perfect Q&A (read it before commenting !):-------------------------- Q: How does this works ? A: This project works with a python scripts hosted on replit, who is connected to this project and to the scratch API (a public data base everyone can access (try using https://api.scratch.mit.edu/users/[your username]))using @TimMcCool's scratchattach python library Q: Why is some text broken ? A: It's because the text engine and scratchattach does not support unicode (a text format who supports ideogram languages ans emojis) Q: I'm trying to load a page and it is loading infinitely, why ? A: There's 2 explainations, the term you are searching doesn't exist (it's supposed to be detected but sometimes not), or the server is ecountering a problem. Q: Why the images sometimes don't load ? A: The replit server who is sending images can not repond. Just reload the project page and it will work If there's any other problem, tell me and I'll add them here ------------------------------------------------------------------------- tags moment: #all #100%pen #pen #scratchattach #python #timmccool
This project is broken https://turbowarp.org/727125681/fullscreen?hqpen *This project is reshared, it was originally shared on september 4th* Thanks to @dinosu for showing me how to get rid of the server issues @TimMcCool for scratchattach python extension its scratch script (I edited to make it work with 2 servers simultaneously) @Sid72020123 for scratchconnect python extension (I'm it using to load the explore page) (unused in 1.4 because I made it myself) also @dinosu for cloudhead (pinger) @-Rex- for PTE @maDU59_ for python help @JaroThePro for the interface idea @awesome_llama for the base 64 decompressor (unused too in 1.4 because I changed to a 12 bit one that I made myself)