Is it possible to bring Naver Bboom sauce to Python?

Asked 2 years ago, Updated 2 years ago, 22 views

Is it possible to bring Naver Bboom sauce to Python? You can bring it with a window open like a selenium.

I don't think you can bring it right away like request or beautiful soup, but if there is a way, please give me the sauce.

https://m.bboom.naver.com/

python

2022-09-20 15:11

1 Answers

Forget Python for a moment and let's look at the target site for now.
Turn on the developer tool and keep the 'Network' tab open.

While it's loading this and that, you can see that you're getting this URL.

https://m.bboom.naver.com/best/moreList.json?viewTypeNo=2&limit=0&length=50

Here's the data you want.

Anyway, the developer tool is your friend. Click this and that, check it out, and examine the target site as you test it.
If you don't even need selenium, you can do it without selenium.

Anyway, NAVER Bboom is a project that I made roughly I'm writing jQuery and it's crazy lol I think it's made of PHP


2022-09-20 15:11

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.