what is the best way to scrape multiple choice questions from a website..? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

what is the best way to scrape multiple choice questions from a website..?

// java here is what i am trying to do. i want to pull multiple choice questions from a web, instead of directly typing in the code(which will take a lot of time). thanks for your opinion..!

26th Dec 2018, 2:54 AM
xegai
xegai - avatar
11 Answers
+ 6
BeautifulSoup is easy too. Though most of the time I use regex because of SL
26th Dec 2018, 4:47 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 5
Does Java have the ability to do web scraping? Even if there is I think other languages do it better.
26th Dec 2018, 3:00 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
pure habesha here? https://play.google.com/store/apps/details?id=ru.code_samples.obraztsov_develop.codesamples_java upd pure habesha, my link isn't useful. It haven't scrapping topics. Sorry.
27th Dec 2018, 1:11 AM
Vitalij Bredun ♡ Python Petersburg
Vitalij Bredun ♡ Python Petersburg - avatar
+ 1
pure habesha pls , do you can demonstrate a data samples?
26th Dec 2018, 3:42 AM
Vitalij Bredun ♡ Python Petersburg
Vitalij Bredun ♡ Python Petersburg - avatar
+ 1
Yea, Java has the web scraping feature. I guess there'd be many but selenium is quite famous and easy to work with. There'd be tutorials for the same on the web. Consider searching for that. BTW, I've done web scraping using Python /selenium and I can say it's not that hard.
26th Dec 2018, 4:10 AM
Шащи Ранжан
Шащи Ранжан - avatar
+ 1
pure habesha I wlk to help you with scrapping on python if I can ... Send me personal message
26th Dec 2018, 4:38 AM
Vitalij Bredun ♡ Python Petersburg
Vitalij Bredun ♡ Python Petersburg - avatar
+ 1
Shashi Ranjan can u demonstrate ur web scrapping? I heard many years about a unknown selenium for me.. Why do you use Selenium?
26th Dec 2018, 4:43 AM
Vitalij Bredun ♡ Python Petersburg
Vitalij Bredun ♡ Python Petersburg - avatar
+ 1
pure habesha my link isn't useful. It haven't scrapping topics. Sorry.
27th Dec 2018, 6:41 PM
Vitalij Bredun ♡ Python Petersburg
Vitalij Bredun ♡ Python Petersburg - avatar
26th Dec 2018, 6:37 AM
Vitalij Bredun ♡ Python Petersburg
Vitalij Bredun ♡ Python Petersburg - avatar
0
thank you for your opinion guys..! i have watched a couple videos on youtube...! most of them are not relevant. they just talk about what they did, instead of how they they did it. i even look up on udemy but i couldn't find any. so, i was wondering if anyone knows any video(youtube or udemy) that is specifically about web scraping using java.
26th Dec 2018, 2:32 PM
xegai
xegai - avatar