parsing tag

30 questions


1 answers
117 views
0
There is an index error when parsing the xml page using python3 and beautiful soup.

BASE_URL = http://openapi.gbis.go.kr/ws/rest/buslocationservice?serviceKey=%2BFdkupBYoTx3q0Sd%2B6GFPa6NZ0Quorkb0guP7oMfTj8I75dQKX8vhMXO4QoY6KLZwx%2Bja8eT7irD11Gxv31t1g%3D%3D&routeId=200000085respo...


1 answers
95 views
0
To write code to parse/crawl purchase reviews from open markets such as Python or R

I would like to know how to write a code that parses/crawls the purchase reviews of open markets such as Python or R.I did it like this when I picked Coupang's product list from R, but what can I do w...

1 years ago

1 answers
88 views
0
[Android] Anyone who used Yahoo! Weather API?

JSON parsing. You're working so hard. We have implemented the simple present weather as above. It's written in English because it's a foreign service, so can you change the language to Korean?When I p...


1 answers
137 views
0
How can I read XML data using XPath in Java?

I want to read XML data using XPath. So I want to get information without parsing XML documents. What I want to do is:I would like to use XPath to obtain XML documents online through URL and parse the...

1 years ago

1 answers
67 views
0
How do I parse JSON data in Java?

For the following JSON text, I would like to parse data for pageName, pagePic, post_id.What should I do?{ pageInfo: { pageName: abc, pagePic: http://example.com/content.jpg } posts: [ { post_id: ...

1 years ago

1 answers
88 views
0
(java) Questions about API and JSON parsing.

{ success: true, message: null, code: null, elapsed: 0.1291, data: { CSPA:BTC: { cspa: 8012.00601685, cspa_change_24h: -467.52638691, cspa_change_24h_pct: -5.51, volume_btc_24h: 634847.37, volum...

1 years ago

1 answers
110 views
0
I want to print out only the information I want from Java open api parsing, what should I do?

import java.io.BufferedReader;import java.io.InputStreamReader;import java.net.HttpURLConnection;import java.net.URL;@SuppressWarnings(unused)public class Web_Parser_Default {private static final Stri...

1 years ago

1 answers
121 views
0
How to read JSON files in Python

I made a code to read the entire Json file with PythonIt won't go back And I don't read the entire fileI want to use each of themWhat should I do?{ maps: [ { id: blabla, iscategorical: 0 }, { id...

1 years ago

1 answers
88 views
0
simple html dom

I want to parse in php, but can't you find the elements in simple htmldom with id value?

1 years ago

1 answers
89 views
0
Extracting a specific string from a string

Hello,I'm going to take the date data from the title of the postThe output value of the title of the post using Beautifulsoup is as follows.\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t...

1 years ago
« - 3 -

© 2024 OneMinuteCode. All rights reserved.