ReMe/experiencemaker/test/test1.py
jinli.yl dec8b45186 add add tavily search
mv to sub folder

add memory scope

add memoryscope2

move name back
2025-08-11 12:04:08 +08:00

11 lines
No EOL
399 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)