Skip to content

Add Monkeytype username validator module#23

Merged
kaifcodec merged 2 commits intokaifcodec:mainfrom
articulatebass:main
Nov 14, 2025
Merged

Add Monkeytype username validator module#23
kaifcodec merged 2 commits intokaifcodec:mainfrom
articulatebass:main

Conversation

@articulatebass
Copy link
Copy Markdown
Contributor

This pull request adds a Monkeytype username availability checker to the gaming category.

The module queries the official Monkeytype API:

https://api.monkeytype.com/users/checkName/<username>

It follows the same return pattern as the other platform modules:

  • 1 → Available
  • 0 → Taken
  • 2 → Error / Uncertain

The module has been tested locally using the user-scanner CLI.

@kaifcodec
Copy link
Copy Markdown
Owner

@articulatebass Thanks for the PR, it looks clean and aligns well with the contribution guidelines. I’m a bit busy at the moment, but I’ll review the code and test it locally as soon as I get some free time. Really appreciate your work!

In the meantime, feel free to take a look at issues #12 and #13, or explore my other repositories and tools like ytconverter

@kaifcodec kaifcodec merged commit d1d7f28 into kaifcodec:main Nov 14, 2025
@kaifcodec
Copy link
Copy Markdown
Owner

Thank you @articulatebass for showing your effort towards user-scanner.
Really appreciate your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants