What language should I learn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What language should I learn

I want to make programs that can automate things on websites. (example: automatically count how many items there is on someone's inventory in a game on steam etc. ) Or automatically go to websites and do things, send messages to people through steam,not sure if I explained exactly what I want. I started C++ course but then I tried the JS course and I almost finished it for a hour. I think JS should be able to do that things but there are no explanations how to do that in the course. (I want my program to be ran from a console and I do not need to click or type anything, just run it. )

26th Oct 2017, 10:52 PM
Djordje Zivkovic
Djordje Zivkovic - avatar
1 Answer
+ 1
You'll definitely need to know frontend web stuff: HTML, JavaScript and CSS selectors. Also you'll obviously need a language to write the program in. IMO Python is a good choice for the task. Though almost any other language will do.
27th Oct 2017, 1:39 AM
deFault