Skip to content

Automation for report downloading from the Thomson One database using Python and Selenium

Notifications You must be signed in to change notification settings

junzew/ThomsonOneDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThomsonOneDownloader

Dowanload pdf reports from the Thomson ONE database from http://resources.library.ubc.ca/1423

You need a CWL (Campus Wide Login) account to access it.

Thomson One works with IE 10 & 11, so the script only works on Windows.

To Set Up

pip install selenium
pip install pandas
pip install xlrd
pip install pywinauto==0.6.6
pip install pyautogui

To Run

From cmd, execute python downloader.py Make sure that no other instance of IE is running.

About

Automation for report downloading from the Thomson One database using Python and Selenium

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published