Skip to content

danielholanda/getPaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

GetPaper

GetPaper is a software to download IEEE Xplore papers from a remote host.

Installing dependencies

You might need to install pexpect.

pip install pexpect

Configuring

Before running GetPaper, you have the option of hardcoding your username and host into the getPaper file using your preferred text editor. Hardcoding your password into the file is also possible, but not recommended.

username='yourUserName'   
host='ssh.ece.ubc.ca'
password=None

Then, you need to make this file executable using the command:

chmod +x getPaper

Finally, you can move the file to /usr/local/bin/ to be able to run this from any folder:

mv getPaper /usr/local/bin/

Running

Simply run getPaper followed by the full URL of the IEEE Xplore document you want to download.

Example:

getPaper https://ieeexplore.ieee.org/abstract/document/8977853

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages