Metadata-Version: 2.4
Name: respsearch
Version: 0.1.0
Summary: Fetch Academic Research Papers from different sources including Google Scholar, ACL, ACM, PMLR, Arxiv, Semantic Scholar, and more
Project-URL: Homepage, https://github.com/monk1337/resp
Project-URL: Repository, https://github.com/monk1337/resp
Project-URL: Issues, https://github.com/monk1337/resp/issues
Author-email: monk1337 <aadityaura@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: academic,acl,acm,arxiv,google-scholar,papers,pmlr,research,semantic-scholar
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Requires-Dist: beautifulsoup4
Requires-Dist: google-search-results
Requires-Dist: latexcodec
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pybtex
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: shutup
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: selenium
Requires-Dist: selenium; extra == 'selenium'
Requires-Dist: trio; extra == 'selenium'
Requires-Dist: trio-websocket; extra == 'selenium'
Requires-Dist: wsproto; extra == 'selenium'
Description-Content-Type: text/markdown

<h2 align="center">RESP : Research Papers Search </h2>
<h4 align="center"> Fetch Academic Research Papers from different sources including Google Scholar, ACL, ACM, PMLR etc based on keywords or title </h3>

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GitHub commit](https://img.shields.io/github/last-commit/monk1337/resp)](https://github.com/monk1337/resp/commits/main)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Open All Collab](https://colab.research.google.com/assets/colab-badge.svg)](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 :)

<p align="center">
<br>
<a href="https://www.buymeacoffee.com/stoicbatman"><img src="https://github.com/appcraftstudio/buymeacoffee/raw/master/Images/snapshot-bmc-button.png" width="300"></a>
</p>

[![Star History Chart](https://api.star-history.com/svg?repos=monk1337/resp&type=Date)](https://star-history.com/#monk1337/resp&Date)

