NightfallGT / IG-Sniper

Automatically change Instagram username when available

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IG-Sniper

An Instagram username taker/claimer - Check desired usernames availability. When it becomes available, original username will be changed to desired username.

About

This program monitors usernames and checks their availability. It checks each username from targets.txt with two methods. The first method is by checking with the web create api, and the other method is by checking the URL of the username, which can be slightly inaccurate. If the response doesn't show that the username is taken, a post request will be sent to the account that has been logged in to update their details (changing username).

Preview

img1

Usage

go get "github.com/dlclark/regexp2"
go get "github.com/gookit/color"
  • Edit account.json and put your Instagram login details.
  • Edit targets.txt and put your desired usernames to check and claim when available
  • It is recommended to add a high sleep time such as 1800 to avoid being rate limited. (Check username availabilty every 30 minutes)

About

Automatically change Instagram username when available


Languages

Language:Go 100.0%