THREAD: [C#][Open Source]Instagram Multiple Usernames Checker
  1. 11-30-2015, 06:12 PM
    Toxic's Avatar
    Toxic
    former staff
    Toxic's Avatar
    Toxic
    former staff
    1,803
    Posts
    24,317
    Reputation
    May 2015
    NextGenUpdate

    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:
    Spoiler:

    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

  2. The Following 6 Users Say Thank You to Toxic For This Useful Post:

    , , ,

  3. The Following User Groaned Toxic For This Awful Post:


  4. 10-14-2017, 08:05 AM
    4
    Posts
    10
    Reputation
    Oct 2017
    NextGenUpdate
    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.
  5. 10-14-2017, 11:08 PM
    Sloth's Avatar
    Sloth
    Banned
    Sloth's Avatar
    Sloth
    Banned
    1,494
    Posts
    42,948
    Reputation
    Feb 2010
    NextGenUpdate
    Originally Posted by SocialVerifier View Post
    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.


    I would compile this for you but I don't have access to a windows pc atm.

    However you can attempt to compile this yourself. Install visual studio community from You must login or register to view this content.

    Then download the source code, next open up the solution file and once everything is loaded you should notice a build option on the top bar click it and allow VS to build the project then go inside the project folder and head to the "Bin" folder then the "Debug" folder if you built to debug or "Release" folder if you built to release. You should see an executable file inside the folder run it and the program should work.

    Please let me know if you have any issues.
  6. 10-15-2017, 05:58 AM
    Pichu's Avatar
    Pichu
    RIP PICHU.
    Pichu's Avatar
    Pichu
    RIP PICHU.
    6,550
    Posts
    34,645
    Reputation
    Jan 2011
    NextGenUpdate
    I cleaned up the application a bit and the code a bit: You must login or register to view this content.

    \Instagram Multiple Username Checker\Instagram Multiple Username Checker\bin\Debug\...

    .exe and theme.dll are the only two things you need from it to get it to work. There is no icon, simply just put it into a folder and run it.

    I got bored.

    Anyways, the same is with anything else, there is no need to compile it since the source is given to you with a build already in it.

    Edit: It looks like I broke it when I tried to compile as a release (lol, reason why I hate custom themes w/ winForm). Anyways, the source is there, the application inside still works. Modify the two ListBoxes named "input/output" to "inputBox" and "outputBox" and just copy/paste my code. Also rename the form to "MainForm.cs" before doing anything. You can then compile it like normal.

    Won't bother fixing it, have fun.
    Last edited by Pichu ; 10-15-2017 at 06:04 AM.

  7. The Following User Thanked Pichu For This Useful Post:


  8. 12-02-2017, 12:13 PM
    17
    Posts
    10
    Reputation
    Oct 2015
    NextGenUpdate
    Yoo That's infected lol
    You must login or register to view this content.
  9. 12-05-2017, 10:49 PM
    Tank's Avatar
    Tank
    I am error
    Tank's Avatar
    Tank
    I am error
    79
    Posts
    490
    Reputation
    Jun 2014
    NextGenUpdate
    not good with big files at all lmao tried a .txt that i got with like 400k words and it crashes everytime
  10. 07-14-2018, 07:31 PM
    792
    Posts
    50,609
    Reputation
    May 2015
    NextGenUpdate
    Originally Posted by Toxic View Post

    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:
    Spoiler:

    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


    Adding to multi tool, Thank you for the release

    I HAVE CREDITED U
  11. 10-16-2018, 05:10 PM
    1
    Posts
    10
    Reputation
    Oct 2018
    NextGenUpdate
    Thanks in advance!