metecan / AvailableUsernameFinder-WebScraping

This code is checking for available usernames on GitHub for 4 letters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Available username finder with Web Scraping

This code is checking for available usernames on GitHub for 4 letters.

Packages;

  • fmt
  • math/rand
  • time
  • colly

Installation

  • Open terminal in your project folder.
  • Enter this code on your terminal.

git clone https://github.com/metecan/AvailableUsernameFinder-WebScraping.git

After then

You need to install colly package for web scraping.

  • Enter this code on your terminal for install colly package.

go get -u github.com/gocolly/colly/...

Run the project

Run this code on your terminal go run main.go

Output

Status 1: Taken

Status 0: Available

output

šŸ¤©

About

This code is checking for available usernames on GitHub for 4 letters.


Languages

Language:Go 100.0%