mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
- Rename experiencemaker package to reme_ai - Move personal modules to new directory structure - Remove unused classes and imports - Update module initialization files
11 lines
No EOL
399 B
Python
11 lines
No EOL
399 B
Python
# 2025年半年报点评:Q2业绩同比增长,CPU、DCU业务进展顺利
|
||
# https://data.eastmoney.com/report/info/AP202508061722561937.html
|
||
#
|
||
# https://pdf.dfcfw.com/pdf/H3_AP202508061722561937_1.pdf
|
||
|
||
import requests
|
||
headers = {
|
||
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
|
||
}
|
||
url = requests.get("https://data.eastmoney.com/report/stock.jshtml", headers=headers)
|
||
print(url.text) |