https://github.com/c7md/guc
GUC or Github Username Checker is a simple and efficient tool designed to help you check the availability of GitHub usernames.
https://github.com/c7md/guc
github go golang tool username-checker
Last synced: 4 months ago
JSON representation
GUC or Github Username Checker is a simple and efficient tool designed to help you check the availability of GitHub usernames.
- Host: GitHub
- URL: https://github.com/c7md/guc
- Owner: c7md
- Created: 2024-10-21T19:14:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:32:31.000Z (over 1 year ago)
- Last Synced: 2025-04-01T13:17:40.540Z (about 1 year ago)
- Topics: github, go, golang, tool, username-checker
- Language: Go
- Homepage: https://c7md.github.io/GUC-site/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Username Availability Checker
A simple command-line tool written in Go to check the availability of GitHub usernames. Easily verify if your desired username is taken or available by checking against the GitHub API.
## Features
- Check multiple usernames at once from a text file.
- Outputs whether each username is available or taken.
- Built with Go for efficiency and simplicity.
- Fast, 100% Open Sourced and Safe.
## Prerequisites
- [Go](https://golang.org/dl/) installed on your machine.
## Usage
1. Donwload download the .exe from the [releases](https://github.com/c7md/GUC/releases/tag/v1) page.
2. Put the .exe you have just downloaded in a folder, you can name the folder however you like.
3. In that same folder make a file named "usernames.txt" [ IT MUST BE NAMED LIKE THAT ]
Then inside of that put each name you want to check. [ ONLY ONE NAME PER LINE, DONT PUT YOUR NAMES IN ONE LINE, ONLY PUT ONE NAME EACH LINE ]
5. After that you may run the GUC-v1.exe you just downloaded and it should start checking the availability of each name.