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.
- Host: GitHub
- URL: https://github.com/amanpriyanshu/paper-scraper
- Owner: AmanPriyanshu
- License: mit
- Created: 2020-05-02T18:02:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T04:31:08.000Z (over 5 years ago)
- Last Synced: 2025-02-08T17:23:42.280Z (8 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.