A rewrite of ScratchMessagesConsole but ENHANCED
.forgejo/workflows | ||
build-scripts | ||
.gitignore | ||
.version | ||
LICENSE | ||
Program.cs | ||
README.md | ||
smcpp-logo.png | ||
smcpp-logo.svg | ||
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
HttpClient
instead 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)