https://github.com/monk1337/resp
Fetch Academic Research Papers from different sources
https://github.com/monk1337/resp
acl acl2021 arxiv arxiv-api arxiv-papers citations connected-papers cvf-conference download-citations google-api google-scholar google-scholar-crawler google-scholar-scrapper ijcai neurips neurips-2022 openreview pmlr related-articles semantic-scholar
Last synced: about 2 months ago
JSON representation
Fetch Academic Research Papers from different sources
- Host: GitHub
- URL: https://github.com/monk1337/resp
- Owner: monk1337
- License: apache-2.0
- Created: 2022-07-15T04:49:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T21:20:43.000Z (almost 2 years ago)
- Last Synced: 2025-05-25T11:07:57.837Z (5 months ago)
- Topics: acl, acl2021, arxiv, arxiv-api, arxiv-papers, citations, connected-papers, cvf-conference, download-citations, google-api, google-scholar, google-scholar-crawler, google-scholar-scrapper, ijcai, neurips, neurips-2022, openreview, pmlr, related-articles, semantic-scholar
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 430
- Watchers: 4
- Forks: 46
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RESP : Research Papers Search
Fetch Academic Research Papers from different sources including Google Scholar, ACL, ACM, PMLR etc based on keywords or title
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/monk1337/resp/commits/main)
[](http://makeapullrequest.com)
[](https://colab.research.google.com/drive/188cWcZrBRVGAF3Dp_5uswmLgbBNKSioB?usp=sharing)### 🎮 Features
- Fetch all citations of a single paper from Google Scholar
- Fetch all related papers of a single paper from Google Scholar
- Fetch all connected papers from connectedpapers.com (it doesn't use a citation tree, it uses [similarity](https://www.connectedpapers.com/about) to build graphs)
- Fetch relevant papers based on keywords from different sources including ACL, ACM, PMLR etc## 🤖 Setup
```shell
git clone https://github.com/monk1337/resp
cd resp
pip install -r requirements.txt && pip install -e .
```### Fetching Papers from :
| Conference Name | |
|-------------|-------|
| [Google Scholar](https://scholar.google.com/) | ✅ |
| [Acl](https://aclanthology.org/) | ✅ |
| [Pmlr](https://proceedings.mlr.press/) | ✅ |
| [Arxiv](https://arxiv.org/) | ✅ |
| [Semantic Scholar](https://www.semanticscholar.org/) | ✅ |
| [NeurIPS](https://nips.cc/) | ✅ |
| [IJCAI](https://www.ijcai.org/) | ✅ |
| [openreview](https://openreview.net/) | ✅ |
| [thecvf](https://openaccess.thecvf.com/menu) | ✅ |If you find this repository useful, please cite our project:
```
@misc{Resp2021,
title = {RESP : Research Papers Search},
author = {Pal, Ankit},
year = {2021},
howpublished = {\url{https://github.com/monk1337/resp}},
note = {Fetch Academic Research Papers from different sources including Google Scholar, ACL, ACM, PMLR etc based on keywords or title}
}```
I'm constantly working on new projects, and I'm excited to continue adding to my collection. If you'd like to support my work and help fuel my passion, consider buying me a coffee :)
[](https://star-history.com/#monk1337/resp&Date)