Discuss Scratch

god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

meowclient v2.2.0 has been released!
Now includes a queue for cloud variables, and EventEmitter for CloudConnection.

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
uwv
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

MagicCrayon9342 wrote:

(#7)

god286 wrote:

(#6)

MagicCrayon9342 wrote:

It can't get any easier than scratchclient lmao
There's a difference between Python and Javascript
One's purely for websites one is purely for software…
i am late to this but you can do anything with typescript and js. for example im currently making a full recreation of minecraft java edition in ts (which can connect to java servers etc).

anyways back on topic NICE MODULE I LIKE

i use arch linux (btw) with the linux zen kernel and enjoy writing silly things in silly languages using silly frameworks
god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

uwv wrote:

anyways back on topic NICE MODULE I LIKE
thanks

https://davidbaptistechirot.blogspot.com/2016/10/thumbs-up-emoji-png-transparent.html

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

NODE JS 12 IS NO LONGER OFFICIALLY SUPPORTED!

Node 12 has already got EoL. The tests are failing on Node 12 as well (probably due to Top Level Await).

Coming soon will be a patch for the engines in package.json so that Node 14 users don't get the warning. Made a mistake when setting up the project! I apologise if you have had any inconvenience.

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
lolecksdeehaha
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

I was looking for a JS library for this! I don't know if you can do this (bc ScratchConnect doesn't have it), but can you add support for editing signatures?

Beep boop. I am a robot, and this action was performed automatically. If you have any concerns, please contact the owner of this robot.

ing season coming “soon”

I'm the founder of Forumoji, the source of all those neat forum emojis you occasionally see (the ones not in the default menu).

god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

lolecksdeehaha wrote:

I was looking for a JS library for this! I don't know if you can do this (bc ScratchConnect doesn't have it), but can you add support for editing signatures?
Sure!!

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

https://github.com/webdev03/meowclient/releases/tag/v2.3.0
v2.3.0

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
SansStudios
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

pog update (siggy support )

scratchcloud
Click above to check it out! I've worked on it for over a year!























Just like sudden sadness comes hangin' on the breeze
god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

SansStudios wrote:

pog update (siggy support )
Yep very poggers

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
PoIygon
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

god286 wrote:

SansStudios wrote:

pog update (siggy support )
Yep very poggers
What is the code for changing siggys? I wanna try to make a program that puts jokes in my sig










god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

PoIygon wrote:

god286 wrote:

SansStudios wrote:

pog update (siggy support )
Yep very poggers
What is the code for changing siggys? I wanna try to make a program that puts jokes in my sig
import { ScratchSession } from "meowclient";
const session = new ScratchSession;
await session.init("user", "pass");
session.getForum().setSignature("abc")

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
Chirover
Scratcher
78 posts

Meowclient - connect to Scratch with NodeJS

Check out my signature - it uses meowclient to update every 5 seconds!

test
god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

Chirover wrote:

Check out my signature - it uses meowclient to update every 5 seconds!
Cool!

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
NFlex23
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

You should add setting profile pictures.

Help improve the Advanced Topics (Really!)
Before you create a topic:
Always search for duplicates or other similar topics before making an umbrella topic, e.g., “The Mac Topic”.
  • Is it about something you are planning on making but haven't made yet? If so, please wait to post until you have created a working prototype. This is a key factor to keeping the ATs as clean as possible.
  • The ATs aren't technical support. It is perfectly valid to ask questions about things related to programming, but not issues with external websites, apps, or devices. Most sites have their own support system; try asking there!
  • Is it related to something you are making in Scratch? (This includes OSes and other Scratch projects) If so, please post in Collaboration, Show and Tell, or another similar forum.
  • Is your topic questionably “advanced”? Try browsing the other forums to see if your topic fits better in one of those.
  • Issues with Scratch itself should be put in Bugs and Glitches.
Before you post: Is what you're posting likely to start an argument or derail the thread (e.g., browsers, operating systems)? If so, please re-think your post!





scratchusername40
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

NFlex23 wrote:

(#74)
You should add setting profile pictures.
yeah


















lolecksdeehaha
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

god286 wrote:

PoIygon wrote:

god286 wrote:

SansStudios wrote:

pog update (siggy support )
Yep very poggers
What is the code for changing siggys? I wanna try to make a program that puts jokes in my sig
import { ScratchSession } from "meowclient";
const session = new ScratchSession;
await session.init("user", "pass");
session.getForum().setSignature("abc")
Idea! I might do an actual daily fun Scratch fact. I'll still have to write it in advance, but I won't have to time it!

Beep boop. I am a robot, and this action was performed automatically. If you have any concerns, please contact the owner of this robot.

ing season coming “soon”

I'm the founder of Forumoji, the source of all those neat forum emojis you occasionally see (the ones not in the default menu).

god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

lolecksdeehaha wrote:

god286 wrote:

PoIygon wrote:

god286 wrote:

SansStudios wrote:

pog update (siggy support )
Yep very poggers
What is the code for changing siggys? I wanna try to make a program that puts jokes in my sig
import { ScratchSession } from "meowclient";
const session = new ScratchSession;
await session.init("user", "pass");
session.getForum().setSignature("abc")
Idea! I might do an actual daily fun Scratch fact. I'll still have to write it in advance, but I won't have to time it!
Even better hourly

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
god286
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

NFlex23 wrote:

You should add setting profile pictures.
Yes I saw that post. And thank you @SansStudios for making that post.
I was originally going to put it in V2.3.0 but FormData isn’t supported in Node. I have looked on SO, there are 2 options
The first option is to use a library. But this many dependencies for a scratch library? A bit.. concerning.. if one dependency gone bye bye meowclient
The second option is that someone said URLSearchParams does the exact same thing. I haven’t fact checked it yet though

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
scratchusername40
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

god286 wrote:

(#78)

NFlex23 wrote:

You should add setting profile pictures.
Yes I saw that post. And thank you @SansStudios for making that post.
I was originally going to put it in V2.3.0 but FormData isn’t supported in Node. I have looked on SO, there are 2 options
The first option is to use a library. But this many dependencies for a scratch library? A bit.. concerning.. if one dependency gone bye bye meowclient
The second option is that someone said URLSearchParams does the exact same thing. I haven’t fact checked it yet though
use axios, it's my go to solution for requests in node and i built my library with it. I'm pretty sure it supports formdata


















lolecksdeehaha
Scratcher
1000+ posts

Meowclient - connect to Scratch with NodeJS

god286 wrote:

lolecksdeehaha wrote:

~snip~
Even better hourly
Nah, decided to switch ideas. I'm making a Scratch CLI now.

Beep boop. I am a robot, and this action was performed automatically. If you have any concerns, please contact the owner of this robot.

ing season coming “soon”

I'm the founder of Forumoji, the source of all those neat forum emojis you occasionally see (the ones not in the default menu).

Powered by DjangoBB