8000 GitHub - nbnbhattarai/qpapers: Search Latest Research Papers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nbnbhattarai/qpapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qPapers : Read Latest Research Papers

Installation

  • Clone this repository:

      $ git clone https://github.com/nbnbhattarai/qpapers.git  
    

    or SSH

      $ git clone git@github.com:nbnbhattarai/qpapers.git
    
  • Install qpapers:

      cd qpapers
      sudo pip install .
    

Requirements

  • BeautifulSoup

    $ sudo pip3 install beautifulsoup4
    
  • requests

    $ sudo pip3 install requests
    

    Install All the requirements with single command:

    $ sudo pip3 install -r requirements.txt
    

Usage

If Installed:

    $ qpapers <keywords>  

If Not:

    $ python3 -m qpapers.main <keywords>  
  • Examples:

Demo Screenshot

Future Work

  • Managing configuration file
  • Summarizing abstract

About

Search Latest Research Papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0