-
Install Required Python Package
pip install selenium
-
Download Chrome Driver
https://sites.google.com/a/chromium.org/chromedriver/downloads # Set the executable_path to the installation location of Chrome Driver driver = webdriver.Chrome(executable_path=r"C:\chromedriver.exe")
-
Set smtp server info in sending email function
if using QQ mails
1. Open smtp service in your qq service 2. Get Authorization code of your mail address 3. Set qq mail configuration host_server = 'smtp.qq.com' # Username mail_user="qq mail address" # Authorization Code mail_pass = "authorization code"
-
Notifications
You must be signed in to change notification settings - Fork 0
qinglin/air_ticket_crawler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
携程网机票信息爬虫程序
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published