A rewrite of ScratchMessagesConsole but ENHANCED
- C# 100%
|
All checks were successful
Test syntax and setup / compile (push) Successful in 53s
|
||
|---|---|---|
| .forgejo/workflows | ||
| .gitignore | ||
| .version | ||
| LICENSE | ||
| Program.cs | ||
| README.md | ||
| SMCpp.csproj | ||
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
HttpClientinstead of the deprecatedSystem.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)



