Discuss Scratch

mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

Chiroyce wrote:

(#80)

mybearworld wrote:

how to run this without git
download zip! - https://github.com/Chiroyce1/scratch-user-data/archive/refs/heads/beta.zip
Oh, thanks! The readme.md doesn't have that link, so I didn't know that.
mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

Maybe you could “format” the joined date to make it look better?
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

mybearworld wrote:

Maybe you could “format” the joined date to make it look better?
Sure - do you want it to be exactly like that? Also for credit, shall i give a link to your Scratch profile?
ScratchCat-Master
Scratcher
100+ posts

Command line tool for Scratch User Data

mybearworld wrote:

Maybe you could “format” the joined date to make it look better?
Ok!
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

bump
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

Shall I merge v1.8?
NFlex23
Scratcher
1000+ posts

Command line tool for Scratch User Data

Chiroyce wrote:

(#86)
Shall I merge v1.8?
LGTM!
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

1.8 released!!

Update by downloading the zip from here or run this
git clone https://github.com/Chiroyce1/scratch-user-data
cd scratch-user-data
pip install -r requirements.txt

If you already installed it and you have git, use this
cd path/to/scratch-user-data/
git pull
pip install -r requirements.txt

Last edited by Chiroyce (April 6, 2022 16:52:49)

Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

Ok we might have a tiny bug with not being able to use it with an alias Fixed with 1.82

Last edited by Chiroyce (April 6, 2022 16:57:50)

mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

Wow that looks amazing!

Good job!
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

mybearworld wrote:

Wow that looks amazing!

Good job!
Thanks!! I did mess up with the merge as I the config file didn't load properly (fixed) and some debugging code was still in there (fixed)
https://github.com/Chiroyce1/scratch-user-data/commit/5dcfe82559fc497896bcc7807f6bb78de39a645e

sometimes I use vscode's debugger and it has helped me a lot, sometimes im lazy so I use code like input(“EEE”) to make my own breakpoints

Last edited by Chiroyce (April 6, 2022 17:12:12)

mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

Chiroyce wrote:

(#91)

mybearworld wrote:

Wow that looks amazing!

Good job!
Thanks!! I did mess up with the merge as I the config file didn't load properly (fixed) and some debugging code was still in there (fixed)
https://github.com/Chiroyce1/scratch-user-data/commit/5dcfe82559fc497896bcc7807f6bb78de39a645e

sometimes I use vscode's debugger and it has helped me a lot, sometimes im lazy so I use code like input(“EEE”) to make my own breakpoints
Built in (good) debugger… I really should get VS Code

Last edited by mybearworld (April 6, 2022 17:14:34)

NFlex23
Scratcher
1000+ posts

Command line tool for Scratch User Data

Wow, I see you've used Rich; nice!
mbrick2
Scratcher
1000+ posts

Command line tool for Scratch User Data

Replit for those with Chromebooks (and stuff that python doesn't work on yes I know linux exists for chromebook)
https://replit.com/@Mbrick2/Chiroyce-User-CLI
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

Bug found: __file__ returns the full path on macOS and Windows (not sure abt windows) and on Linux it only returns the file name
Chiroyce
Scratcher
1000+ posts

Command line tool for Scratch User Data

1.83 released - since ScratchDB is down, it broke the forum data. It now shows that ScrachDB is down. Also fixed the config file path thingy and hopefully it works fine on mac windows and linux (tested on mac and linux)

Also im planning on renaming this to scratch user info - is that ok?

Last edited by Chiroyce (April 7, 2022 10:30:15)

mybearworld
Scratcher
1000+ posts

Command line tool for Scratch User Data

Chiroyce wrote:

(#95)
Bug found: __file__ returns the full path on macOS and Windows (not sure abt windows) and on Linux it only returns the file name

Powered by DjangoBB