Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Scratchattach help
- kooqle
-
Scratcher
100+ posts
Scratchattach help
Hey there!
I need help to answer a couple of questions about scratchattach by TimMcCool.
1. Is it an extension?
I thought of this because of the command to run scratchattach “pip install -U scratchattach”.
2. Can it access API from google?
3. Can it be modified to do so?
Thanks for your time and help.
I need help to answer a couple of questions about scratchattach by TimMcCool.
1. Is it an extension?
I thought of this because of the command to run scratchattach “pip install -U scratchattach”.
2. Can it access API from google?
3. Can it be modified to do so?
Thanks for your time and help.

- BigNate469
-
Scratcher
1000+ posts
Scratchattach help
What do you mean “API from Google”? Do you mean using Google Chrome as a web browser (which it doesn't need to do) or accessing an API that Google has made?
It can probably be modified to do so, although you're going to have to find a copy of the source code first.
It can probably be modified to do so, although you're going to have to find a copy of the source code first.
- kooqle
-
Scratcher
100+ posts
Scratchattach help
Kind of accessing API from the google search pages. I will try looking for source code on the scratchattach github page.
Thanks for your help!
I found assets, but it was encoded and came out as gibberish. Here's a line:
çÝ3¼hÕë…óTJjÊ×{ÇîëkûºªÙ3zMW9·tÁèðBOTDST°„"LLpû¼9•äóÆdrÞ¼œ<U¶?w5Vp_±$ ÇD`Í—ã,ÃTåÎ|} ‰cåÉH§ÇS!TJì‘¥^½ZMÌñ{¢ ñK^cÀòêøM±¦ªe…‘ a1S·Àë
Thanks for your help!
What do you mean “API from Google”? Do you mean using Google Chrome as a web browser (which it doesn't need to do) or accessing an API that Google has made?Edit:
It can probably be modified to do so, although you're going to have to find a copy of the source code first.
I found assets, but it was encoded and came out as gibberish. Here's a line:
çÝ3¼hÕë…óTJjÊ×{ÇîëkûºªÙ3zMW9·tÁèðBOTDST°„"LLpû¼9•äóÆdrÞ¼œ<U¶?w5Vp_±$ ÇD`Í—ã,ÃTåÎ|} ‰cåÉH§ÇS!TJì‘¥^½ZMÌñ{¢ ñK^cÀòêøM±¦ªe…‘ a1S·Àë
Last edited by kooqle (July 11, 2024 00:48:03)
- TheCreatorOfUnTV
-
Scratcher
1000+ posts
Scratchattach help
Kind of accessing API from the google search pages. I will try looking for source code on the scratchattach github page.That's how they normally look like.
Thanks for your help!What do you mean “API from Google”? Do you mean using Google Chrome as a web browser (which it doesn't need to do) or accessing an API that Google has made?Edit:
It can probably be modified to do so, although you're going to have to find a copy of the source code first.
I found assets, but it was encoded and came out as gibberish. Here's a line:
çÝ3¼hÕë…óTJjÊ×{ÇîëkûºªÙ3zMW9·tÁèðBOTDST°„"LLpû¼9•äóÆdrÞ¼œ<U¶?w5Vp_±$ ÇD`Í—ã,ÃTåÎ|} ‰cåÉH§ÇS!TJì‘¥^½ZMÌñ{¢ ñK^cÀòêøM±¦ªe…‘ a1S·Àë
- kooqle
-
Scratcher
100+ posts
Scratchattach help
Are they encoded?Kind of accessing API from the google search pages. I will try looking for source code on the scratchattach github page.That's how they normally look like.
Thanks for your help!What do you mean “API from Google”? Do you mean using Google Chrome as a web browser (which it doesn't need to do) or accessing an API that Google has made?Edit:
It can probably be modified to do so, although you're going to have to find a copy of the source code first.
I found assets, but it was encoded and came out as gibberish. Here's a line:
çÝ3¼hÕë…óTJjÊ×{ÇîëkûºªÙ3zMW9·tÁèðBOTDST°„"LLpû¼9•äóÆdrÞ¼œ<U¶?w5Vp_±$ ÇD`Í—ã,ÃTåÎ|} ‰cåÉH§ÇS!TJì‘¥^½ZMÌñ{¢ ñK^cÀòêøM±¦ªe…‘ a1S·Àë
- ajskateboarder
-
Scratcher
1000+ posts
Scratchattach help
PNGs, JPGs, and other kinds of bitmap images are stored as binary data, not text. They don't have a particular encodingAre they encoded?Kind of accessing API from the google search pages. I will try looking for source code on the scratchattach github page.That's how they normally look like.
Thanks for your help!What do you mean “API from Google”? Do you mean using Google Chrome as a web browser (which it doesn't need to do) or accessing an API that Google has made?Edit:
It can probably be modified to do so, although you're going to have to find a copy of the source code first.
I found assets, but it was encoded and came out as gibberish. Here's a line:
çÝ3¼hÕë…óTJjÊ×{ÇîëkûºªÙ3zMW9·tÁèðBOTDST°„"LLpû¼9•äóÆdrÞ¼œ<U¶?w5Vp_±$ ÇD`Í—ã,ÃTåÎ|} ‰cåÉH§ÇS!TJì‘¥^½ZMÌñ{¢ ñK^cÀòêøM±¦ªe…‘ a1S·Àë
Last edited by ajskateboarder (July 19, 2024 00:01:51)
- kooqle
-
Scratcher
100+ posts
Scratchattach help
I see.PNGs, JPGs, and other kinds of bitmap images are stored as binary data, not text. They don't have a particular encodingAre they encoded?Kind of accessing API from the google search pages. I will try looking for source code on the scratchattach github page.That's how they normally look like.
Thanks for your help!What do you mean “API from Google”? Do you mean using Google Chrome as a web browser (which it doesn't need to do) or accessing an API that Google has made?Edit:
It can probably be modified to do so, although you're going to have to find a copy of the source code first.
I found assets, but it was encoded and came out as gibberish. Here's a line:
çÝ3¼hÕë…óTJjÊ×{ÇîëkûºªÙ3zMW9·tÁèðBOTDST°„"LLpû¼9•äóÆdrÞ¼œ<U¶?w5Vp_±$ ÇD`Í—ã,ÃTåÎ|} ‰cåÉH§ÇS!TJì‘¥^½ZMÌñ{¢ ñK^cÀòêøM±¦ªe…‘ a1S·Àë
- yadayadayadagoodbye
-
Scratcher
1000+ posts
Scratchattach help
1. pretty sure its a python library
2. the library itself cannot, but you could just access other APIs via other libraries (or you might not even need another library, not sure)
3. Yea probably
2. the library itself cannot, but you could just access other APIs via other libraries (or you might not even need another library, not sure)
3. Yea probably
- kooqle
-
Scratcher
100+ posts
Scratchattach help
1. pretty sure its a python libraryThanks! Great idea.
2. the library itself cannot, but you could just access other APIs via other libraries (or you might not even need another library, not sure)
3. Yea probably
- Discussion Forums
- » Advanced Topics
-
» Scratchattach help