+ 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?
4 Respostas
+ 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.
+ 2
What is the website?
Have you seen this?
https://code.sololearn.com/cAHL4jFv3dv4/?ref=app
https://code.sololearn.com/Wd5q34HdUFbr/?ref=app
https://code.sololearn.com/WHJTmUolKXxH/?ref=app
+ 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.
0
what languages should i learn for this approaches? Gordon