Discuss Scratch

Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

bump
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

bump


any new ideas?
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

bump
FreezingTech
Scratcher
5 posts

Command line tool for Scratch User Data

Chiroyce wrote:

bump


does this support pip? (like, pip install scratchdata or something) (only for python)
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

FreezingTech wrote:

does this support pip? (like, pip install scratchdata or something) (only for python)
nope - not as of now. i mean it would be nice, but then this isnt meant to be used in python scripts, but just as a whole. thats why.
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

bump
mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

yay
===============================================

Username - mybearworld

User ID - 62325737

Joined date - 2020-07-24T06:35:02.000Z

Country - Germany

Scratch Team Member? - False

Total Forum Posts - 6623

Forum Leaderboard Rank - 30

User-Agent -
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39

User-Agent lastUpdate - 2022-03-21T16:30:26.000Z

Ocular Status -
NA | User has no Ocular Status

Ocular lastUpdate -
NA | User has no Ocular Status

About Me -
Hi!

What I'm working on -
I do not do follow for follow - but I do do food for food :P
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

new update is planned

will take a while tho.. im working on another thing and also my school decided to extend itself for a few weeks

Last edited by Chiroyce (March 27, 2022 11:09:39)

Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data



Poll: Is this spaghetti code or not?

Yes || No



btw im currently working on making the code for this much better

Last edited by Chiroyce (March 28, 2022 14:26:32)

mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

Take this as a Yes because of all the try/except, [removed]

Last edited by mybearworld (March 28, 2022 14:28:34)

Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

mybearworld wrote:

why don't you do this:

Chiroyce wrote:

btw im currently working on making the code for this much better
mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

Chiroyce wrote:

(#71)

mybearworld wrote:

why don't you do this:

Chiroyce wrote:

btw im currently working on making the code for this much better
Oh, I'm sorry!
mbrick2
Scratcher
1000+ posts

Command line tool for Scratch User Data

mybearworld wrote:

(#70)
Take this as a Yes because of all the try/except, [removed]
Link not working
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

Any suggestions to improve future design?



New features
- Much better codebase (multiple files + no spaghetti like last time )
- Table for showing data instead of using inconsistent spaces
- Colours are much better since I'm using a new library (it supports hex, so I can use it for ocular colour!!)
- Better update notifications, it will warn you on different levels depending on how old your current version is
- Will not let you see data of deleted users
- More data endpoints might be added (I'm currently still porting over the old ones)

New dependencies
- Requests (>=2.27.1) [for getting the data)
- Rich (>=12.0.1) [for the AMAZING formatting and colours!)

Last edited by Chiroyce (March 30, 2022 09:18:55)

Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

Beta version is out, you can try it out and give feedback here — https://github.com/Chiroyce1/scratch-user-data/tree/beta

to install and run the beta version:
git clone https://github.com/Chiroyce1/scratch-user-data.git
git checkout beta
python3 -m pip install requirements.txt
python3 main.py

So far v1.8

Last edited by Chiroyce (March 30, 2022 10:02:03)

mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

mbrick2 wrote:

mybearworld wrote:

(#70)
Take this as a Yes because of all the try/except, [removed]
Link not working
That's on purpose

Chiroyce wrote:

Beta version is out, you can try it out and give feedback here — https://github.com/Chiroyce1/scratch-user-data/tree/beta

to install and run the beta version:
git clone https://github.com/Chiroyce1/scratch-user-data.git
git checkout beta
python3 -m pip install requirements.txt
python3 main.py

So far v1.8
Awesome! I'll check it out when I'm on my computer
kccuber
Scratcher
1000+ posts

Command line tool for Scratch User Data

Chiroyce wrote:

Beta version is out, you can try it out and give feedback here — https://github.com/Chiroyce1/scratch-user-data/tree/beta

to install and run the beta version:
git clone https://github.com/Chiroyce1/scratch-user-data.git
git checkout beta
python3 -m pip install requirements.txt
python3 main.py

So far v1.8
Can you make it a github gist too? it would be easier
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

kccuber wrote:

Can you make it a github gist too? it would be easier
the installation script?
mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

Chiroyce wrote:

(#75)
Beta version is out, you can try it out and give feedback here — https://github.com/Chiroyce1/scratch-user-data/tree/beta

to install and run the beta version:
git clone https://github.com/Chiroyce1/scratch-user-data.git
git checkout beta
python3 -m pip install requirements.txt
python3 main.py

So far v1.8
how to run this without git?

edit: added a question mark which I forgot…

Last edited by mybearworld (April 1, 2022 13:31:00)

Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

mybearworld wrote:

how to run this without git
download zip! - https://github.com/Chiroyce1/scratch-user-data/archive/refs/heads/beta.zip

Powered by DjangoBB