代码拉取完成,页面将自动刷新
同步操作将从 金诺/TDXPystock 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
import requests
from selenium import webdriver
class aiwencai():
def __init__(self):
self.chrome_option = webdriver.ChromeOptions()
self.chrome_option.add_experimental_option('excludeSwitches', ['enable-automation']) # 允许开发者模式
# headers={'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36',
# }
# #self.chrome_option.add_argument('--headless')
# self.chrome_option.add_argument(headers)
#self.chrome_option.add_argument('--disable-gpu')
self.brow=webdriver.Chrome(executable_path='../chromedriver.exe', options=self.chrome_option)
# self.brow.execute_script(
# 'Object.defineProperties(navigator,{ webdriver:{ get: () => false } }) ') # 将属性设置为非webdriver 方式,(淘宝针对这个有反爬机制)
pass
def questions(self,question):
url='http://www.iwencai.com/stockpick/search?typed=1&preParams=&ts=1&f=1&qs=f10stock_query&selfsectsn=&querytype=&searchfilter=&tid=stockpick&w='+question
# self.brow.get(url)
# q=self.brow.find_element_by_class_name('search-input').send_keys(question)
# click=self.brow.find_element_by_class_name('search-icon').click()
request=requests.get(url)
print(request.text)
def format(self):
pass
if __name__ == '__main__':
awencai=aiwencai()
awencai.questions('高瓴资本持股')
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。