#1
Hi im studying IT at the college and i've been learning c++ for 8 months. 
I've learnt all the basics, a lil of more advanced stuff and all the data structure and algorithms so nowadays i feel kinda comfort programming c++.
These days i've been wondering to introduce myself into coding for craking. But i've searched some info on yt and forums about how to code (for example) an spotify checker and i've not found any good source of information.
That's why im here asking yall if you could help me to indroduce to this world.
 
I know the essence of programming but actually i have no clue about how to create checkers so this is what i need help. I know like u have to like get the API (idk how API's work) and some key from the login panel and that stuff, so if someone can explain me or better if you have a PDF or videos on yt or whatever where i could learn i would appreciate it.
 
GOAL:
My goal is to be able to create account checkers for "x" websites.
 
SOME THINGS I KNOW:
-I've noticed that almost all the checkers are made with pyton or c# (am i right?) so i guess c++ is kinda useless here (is it?). Actually i dont think this is a problem cause knowing c++ is kinda easy to learn c#.
-I've also noticed that theres 2 type of checkers the ones the work with terminal and the ones that are like a sowftare with buttons and stuff (i guess this is vb.net but i have no clue of what it is).  I only learnt to code on c++ so i don't really know about any other stuff like VB and creating buttons or a software window and that stuff. I've worked always on terminal so i feel like it would be better for me to create a checker that works on terminal.