Post: [C#][Open Source]Instagram Multiple Usernames Checker
11-30-2015, 06:12 PM #1
Toxic
former staff
(adsbygoogle = window.adsbygoogle || []).push({});

Hey all/fgtz,

I've created a small tool that allows you to check multiple instagram username checker whether it is taken or available
Just note, that you need to make a text file with every username you want to check in every line.
If you did not understand, it got a sample file.

Pic:

You must login or register to view this content.

You must login or register to view this content. || You must login or register to view this content. || You must login or register to view this content. 0 / 55

Also, a massive thanks to sloth, fixed a bug that could ruin the whole project, so thanks bae Sal

Enjoy Crying
Last edited by Toxic ; 01-18-2016 at 04:47 PM. Reason: fixed da source link

The following 6 users say thank you to Toxic for this useful post:

alexjones1009, SoloHoster, Ali, Vote

The following user groaned Toxic for this awful post:

Krypton
12-01-2015, 03:49 PM #2
Toxic
former staff
Originally posted by EYE
Got told to check thread: You must login or register to view this content.

Sal


that's sad, changing my shout Cool Troll
12-06-2015, 01:15 AM #3
Vote
I am error
those user names tho xD
11-03-2016, 03:46 PM #4
k0d0k
Gobble
nice program<3 like it bro.
06-04-2017, 09:08 PM #5
Rapzty
Gobble
How do I open it with the folder?
06-05-2017, 07:22 AM #6
Sloth
Banned
Originally posted by Rapzty View Post
How do I open it with the folder?


Download winrar or 7zip to unzip the folder and access it.
06-29-2017, 08:29 PM #7
No idea how to run it its not compiled
10-13-2017, 03:21 AM #8
I think this tool are not accurate, it shows FREE but when you tried to signup on instagram it shows already taken.
10-13-2017, 03:31 AM #9
-----
Last edited by Glazbee ; 10-23-2019 at 12:50 AM. Reason: -----
10-14-2017, 08:05 AM #10
Originally posted by Glazbee View Post
That shouldn't happen. I've scanned the code and this block

    try
{
var responseString = client.DownloadString("https://www.instagram.com/" + Item + "/");
if (responseString.ToString().Contains(Item))
{
output.AddItem(Item + " : Taken");
}
else
{
OPut.Add(Item);
output.AddItem(Item + " : Free");
}
}


literally only tries to fetch You must login or register to view this content.[x]. It's likely a problem on your end, I've tested this, and although it's slow, it works.


Would you mind to share your compiled working tool for this?Sorry I was using the compiled haven't tried yet to check on source honestly I am not good in programming.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo