Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 785

Need Help c#

by Almiighty99 - 27 May, 2024 - 02:56 AM
This post is by a banned member (Almiighty99) - Unhide
219
Posts
10
Threads
2 Years of service
#1
Instagram @ checker.... im new to c#
[Image: pepe.gif]
This post is by a banned member (Almiighty99) - Unhide
219
Posts
10
Threads
2 Years of service
#2
(27 May, 2024 - 03:00 AM)Vezaxer Wrote: Show More
ao

idk where to start
This post is by a banned member (UberFuck) - Unhide
UberFuck  
Godlike
1.557
Posts
375
Threads
5 Years of service
#3
(This post was last modified: 27 May, 2024 - 05:28 PM by UberFuck. Edited 1 time in total.)
A username checker? What are you having problems with?
This post is by a banned member (Almiighty99) - Unhide
219
Posts
10
Threads
2 Years of service
#4
(27 May, 2024 - 05:27 PM)UberFuck Wrote: Show More
A username checker? What are you having problems with?

dont even know where to start im new to c#
This post is by a banned member (Wispie) - Unhide
Wispie  
Infinity
100
Posts
10
Threads
5 Years of service
#5
(09 June, 2024 - 11:55 PM)Almiighty99 Wrote: Show More
(27 May, 2024 - 05:27 PM)UberFuck Wrote: Show More
A username checker? What are you having problems with?

dont even know where to start im new to c#

Chatgpt it lol

Anyways, in every language the approach would be similar
Do a GET request on the desired username (e.g. https://www.instagram.com/test123 ofc replace the test123 with the actual username that you either provide through cli, args or a file). In C# you can use HttpClient for example. Check if the body response is does not contain "Sorry, this page isn't available." then that means that the user exists. If HttpClient is getting blocked or whichever request library you're using you can just use selenium but resorting to selenium for this would be a skill issue for this imo. And if you want to evolve it even further just send requests through proxies, add threading so you can do parallel checks, parse outputs to various file types...
[Image: S6jZX1O.gif]
Beauty in the flaw, grace of imperfection.
This post is by a banned member (Almiighty99) - Unhide
219
Posts
10
Threads
2 Years of service
#6
(11 June, 2024 - 03:00 PM)Wispie Wrote: Show More
(09 June, 2024 - 11:55 PM)Almiighty99 Wrote: Show More
(27 May, 2024 - 05:27 PM)UberFuck Wrote: Show More
A username checker? What are you having problems with?

dont even know where to start im new to c#

Chatgpt it lol

Anyways, in every language the approach would be similar
Do a GET request on the desired username (e.g. https://www.instagram.com/test123 ofc replace the test123 with the actual username that you either provide through cli, args or a file). In C# you can use HttpClient for example. Check if the body response is does not contain "Sorry, this page isn't available." then that means that the user exists. If HttpClient is getting blocked or whichever request library you're using you can just use selenium but resorting to selenium for this would be a skill issue for this imo. And if you want to evolve it even further just send requests through proxies, add threading so you can do parallel checks, parse outputs to various file types...
i was trying to use another source too, and the  https://www.instagram.com/test123 gives back false positives n negatives its not acurrate

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)