An open API service indexing awesome lists of open source software.

https://github.com/amanpriyanshu/paper-scraper

It scrapes research papers from different sites aggregating them, in the form of links and their abstracts.
https://github.com/amanpriyanshu/paper-scraper

Last synced: 6 months ago
JSON representation

It scrapes research papers from different sites aggregating them, in the form of links and their abstracts.

Awesome Lists containing this project

README

          

# paper-scraper
It scrapes research papers from different sites aggregating them, in the form of links and their abstracts.

## Google Scholar:

Google Scholar, is a freely accessible web search engine that indexes the full text or metadata of scholarly literature across an array of publishing formats and disciplines. We will begin by including google scholar as part of our scraper.
Please check reference and devlopment for this feature in its respective directory.

To extract data:
`python google_scholar.py 0 0 coronavirus`. The above command should relay the list of papers related to coronavirus in the data-folder. More features are to be added slowly.