web programing ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

web programing ???

hello guys i wanna to get some data from a chart which appears when i open a tab in a website. its values regularly updates. some rows get added and then deleted after a while continuously. i wanna to get this data and filter and summarize these data and show them in a simple web page just for my own work beside the screen. I don't know any thing from web programing but i know a little bit c and cpp. Is it possible to do such a thing? how? which languages should i learn?

2nd Apr 2020, 5:13 PM
{ SorousH }
{ SorousH } - avatar
4 Answers
+ 3
yes, it is possible there are two approaches the first one is web scrapping the second one is to fetch data from the API which they are using.
2nd Apr 2020, 5:36 PM
Gordon
Gordon - avatar
+ 2
Any programming language. As you know C++, you can use C++ For web scraping : Using C++ to scrap Stock Market data https://youtu.be/JeUjOCeE8YI For fetching data from API: GET Requesting with C++ https://youtu.be/02eoe4ukONk You can even write your own API: Running own C++ web server https://youtu.be/PbrLxCO9Gk8 When learning programming, how many languages you know does not matter; How deep you know in one language matters. Try to solve strengthen your strength by being able to solve as many real world problem as you can with the language you know.
3rd Apr 2020, 5:09 AM
Gordon
Gordon - avatar
0
what languages should i learn for this approaches? Gordon
2nd Apr 2020, 6:21 PM
{ SorousH }
{ SorousH } - avatar