A rewrite of ScratchMessagesConsole but ENHANCED
Find a file
PC Kitty 6b6a0b6b74
All checks were successful
Test syntax and setup / compile (push) Successful in 53s
remove extra steps
2026-05-04 15:58:46 -07:00
.forgejo/workflows remove extra steps 2026-05-04 15:58:46 -07:00
.gitignore Initial commit 2025-02-07 21:47:43 -08:00
.version Update .version 2025-02-09 12:12:28 -08:00
LICENSE Initial commit 2025-02-07 21:47:43 -08:00
Program.cs Update Program.cs 2025-02-09 12:11:28 -08:00
README.md use CDN for other screenshots 2026-05-04 15:55:52 -07:00
SMCpp.csproj migrate to .NET 9.0 2025-07-18 12:40:24 -07:00

SMC++

A rewrite of ScratchMessagesConsole but ENHANCED

You might ask, "the fuck is ScratchMessagesConsole?"

It was an old Command-Line utility I made in C# to track a user's messages on Scratch, but that version was REALLY crappy

Screenshot of Original ScratchMessagesConsole

What's new, you may ask? Well here's a list:

  • Use a figlet for messages count (unecessary but looks cool).
  • Do not ask if username is correct.
  • Abort when user doesn't exist.
  • Use HttpClient instead of the deprecated System.Net.WebClient.
  • Automatically reloads count each 5 seconds instead of waiting until Enter is pressed.

To Do:

  • Multi-account support
  • Ring terminal bell when there's a new message
  • Use command-line parameters (for automation)
  • Colors (lmao)

This application supports Windows and Linux (like before)