6 Answers
+ 1
What you want to do is web scrapping, in python beatiful soup library will make what you want. Learn how to use it and give it a try.
+ 1
I think this can help you š
https://code.sololearn.com/c4yHbDBOf290/?ref=app
+ 1
The code requests this page "https://favqs.com/api/qotd" and then parses the json response into dictionary...Simple š
You can also open this url in a web browser to see the json response.
0
Enzo Falcon i will give it a try thanks!
0
OR!ON š”ļø would you please explain your code?
0
OR!ON š”ļø ok, i appreciate your help! Thanks!