{"id":21532518,"url":"https://github.com/monk1337/resp","last_synced_at":"2025-12-24T10:21:43.938Z","repository":{"id":45720772,"uuid":"514137596","full_name":"monk1337/resp","owner":"monk1337","description":"Fetch Academic Research Papers from different sources","archived":false,"fork":false,"pushed_at":"2023-12-27T21:20:43.000Z","size":88,"stargazers_count":430,"open_issues_count":5,"forks_count":46,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-25T11:07:57.837Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monk1337.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-15T04:49:56.000Z","updated_at":"2025-05-24T04:13:16.000Z","dependencies_parsed_at":"2024-12-15T21:06:44.951Z","dependency_job_id":"41592bf0-b310-4c67-bdb7-8fcf1cfeed5a","html_url":"https://github.com/monk1337/resp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monk1337/resp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monk1337%2Fresp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monk1337%2Fresp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monk1337%2Fresp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monk1337%2Fresp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monk1337","download_url":"https://codeload.github.com/monk1337/resp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monk1337%2Fresp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271083357,"owners_count":24696276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-11-24T02:20:29.594Z","updated_at":"2025-12-24T10:21:43.933Z","avatar_url":"https://github.com/monk1337.png","language":"Python","readme":"\u003ch2 align=\"center\"\u003eRESP: Research Papers Search\u003c/h2\u003e\n\u003ch4 align=\"center\"\u003eFetch academic research papers from multiple sources including Google Scholar, Arxiv, Semantic Scholar, ACL, ACM, and more\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pypi.org/project/respsearch/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/respsearch.svg\" alt=\"PyPI version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/respsearch/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/respsearch.svg\" alt=\"Python versions\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-Apache_2.0-blue.svg\" alt=\"License\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/monk1337/resp/commits/main\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/monk1337/resp\" alt=\"GitHub commit\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://makeapullrequest.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\" alt=\"PRs Welcome\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://colab.research.google.com/drive/188cWcZrBRVGAF3Dp_5uswmLgbBNKSioB?usp=sharing\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\n```bash\npip install respsearch\n```\n\nFor Connected Papers support (requires Selenium):\n```bash\npip install respsearch[selenium]\n```\n\n## Quick Start\n\n```python\nfrom resp import google_scholar, arxiv, semantic_scholar\n\n# Search Google Scholar\npapers = google_scholar.search_papers(\"machine learning\", num_results=10)\n\n# Search Arxiv\npapers = arxiv.search_papers(\"deep learning\", max_results=10)\n\n# Search Semantic Scholar\npapers = semantic_scholar.search_papers(\"natural language processing\")\n```\n\n## Features\n\n- 🔍 **Search papers** by keywords across multiple academic sources\n- 📚 **Fetch citations** of any paper from Google Scholar\n- 🔗 **Find related papers** from Google Scholar\n- 🕸️ **Connected Papers** - discover papers using [similarity graphs](https://www.connectedpapers.com/about) (not just citations)\n\n## Supported Sources\n\n| Source | Status |\n|--------|--------|\n| [Google Scholar](https://scholar.google.com/) | ✅ |\n| [Arxiv](https://arxiv.org/) | ✅ |\n| [Semantic Scholar](https://www.semanticscholar.org/) | ✅ |\n| [ACL Anthology](https://aclanthology.org/) | ✅ |\n| [ACM Digital Library](https://dl.acm.org/) | ✅ |\n| [PMLR](https://proceedings.mlr.press/) | ✅ |\n| [NeurIPS](https://nips.cc/) | ✅ |\n| [IJCAI](https://www.ijcai.org/) | ✅ |\n| [OpenReview](https://openreview.net/) | ✅ |\n| [CVF Open Access](https://openaccess.thecvf.com/menu) | ✅ |\n\n## Examples\n\n### Get citations for a paper\n\n```python\nfrom resp import google_scholar\n\ncitations = google_scholar.get_citations(\"paper_id_here\")\n```\n\n### Get related papers\n\n```python\nfrom resp import google_scholar\n\nrelated = google_scholar.get_related_papers(\"paper_id_here\")\n```\n\n### Connected Papers\n\n```python\nfrom resp import connected_papers\n\n# Requires: pip install respsearch[selenium]\npapers = connected_papers.get_connected_papers(\"paper_title\")\n```\n\n## Citation\n\nIf you find this repository useful, please cite:\n\n```bibtex\n@misc{Resp2021,\n  title = {RESP: Research Papers Search},\n  author = {Pal, Ankit},\n  year = {2021},\n  howpublished = {\\url{https://github.com/monk1337/resp}},\n  note = {Fetch academic research papers from multiple sources}\n}\n```\n\n## Support\n\nIf you'd like to support this project:\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.buymeacoffee.com/stoicbatman\"\u003e\u003cimg src=\"https://github.com/appcraftstudio/buymeacoffee/raw/master/Images/snapshot-bmc-button.png\" width=\"200\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n[![Star History Chart](https://api.star-history.com/svg?repos=monk1337/resp\u0026type=Date)](https://star-history.com/#monk1337/resp\u0026Date)\n","funding_links":["https://www.buymeacoffee.com/stoicbatman"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonk1337%2Fresp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonk1337%2Fresp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonk1337%2Fresp/lists"}