![]() |
|
Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs) +--- Thread: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! (/Thread-Skryptec-s-Instagram-Username-Checker-CHECK-IF-IT-IS-AVAILABLE) Pages:
1
2
|
RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - Skryptec - 11-17-2016 (11-17-2016, 05:04 PM)suprabro Wrote: Nice tool. Does it have a price? I don't know if I will sell it. RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - suprabro - 11-17-2016 (11-17-2016, 06:30 PM)Skryptec Wrote:(11-17-2016, 05:04 PM)suprabro Wrote: Nice tool. Does it have a price? Alright. If you do please hit me up! RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - Psi - 11-19-2016 After further thinking, I wouldn't actually mind buying it. :] RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - mothered - 11-19-2016 (11-17-2016, 06:30 PM)Skryptec Wrote: I don't know if I will sell it. You have a few potential buyers here. Naturally, the decision rests with you. Again, good work with the tool. RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - Skryptec - 11-19-2016 (11-19-2016, 01:49 PM)mothered Wrote:(11-17-2016, 06:30 PM)Skryptec Wrote: I don't know if I will sell it. I don't know how much this thing will go for. RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - lux - 11-19-2016 wow closed source fucking right wing hitler man RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - lux - 11-19-2016 Since I'm gay I remade your c# program in a bash script. Code: if [[
$(curl -sS 'https://www.instagram.com/accounts/web_create_ajax/attempt/' \
-H 'origin: https://www.instagram.com' \
-H 'accept-encoding: gzip, deflate, br' \
-H 'x-requested-with: XMLHttpRequest' \
-H 'x-csrftoken: 111' \
-H 'cookie:mid=111; ig_pr=2; ig_vw=632; csrftoken=111' \
-H 'x-instagram-ajax: 1' \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'accept: */*' \
-H 'referer: https://www.instagram.com/' \
-H 'authority: www.instagram.com'\
-H 'dnt: 1' \
--data 'email=&password=&username='$1'&first_name=' \
--compressed | json_pp | grep username) = *"taken"* ]];
then
echo "Username is taken yo"
else
echo "It's your lucky day dawg, that username is free"
fiPut this in a file, chmod it, and run via ./script.sh someusername RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - Skryptec - 11-19-2016 (11-19-2016, 10:16 PM)lux Wrote: Since I'm gay I remade your c# program in a bash script. Wow, why do you bash my stuff? RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - lux - 11-19-2016 (11-19-2016, 10:47 PM)Skryptec Wrote:(11-19-2016, 10:16 PM)lux Wrote: Since I'm gay I remade your c# program in a bash script.
RE: Skryptec's Instagram Username Checker - CHECK IF IT IS AVAILABLE! - mothered - 11-20-2016 (11-19-2016, 05:19 PM)Skryptec Wrote: I don't know how much this thing will go for. Simply name a price and work from there. You have nothing to lose and everything to gain. |