Skip to content

Releases: monk1337/resp

v0.1.2

24 Dec 11:39
a0211af

Choose a tag to compare

v0.1.1

24 Dec 11:36

Choose a tag to compare

RESP v0.1.1

🔧 Fixes

  • Fixed ImportError when importing arxiv, semantic_scholar, acm, and google_scholar from resp
  • Fixed ACM scraper crashes due to website changes
  • Added error handling for rate limits and missing data

✨ Improvements

  • New simplified API with search_papers() method
  • Environment variable support for SerpAPI key (SERPAPI_KEY)
  • Updated documentation with clear examples
  • Added comprehensive examples/api_uses.py with 10 usage examples

💡 Quick Start

from resp import arxiv, semantic_scholar, google_scholar

# Search papers easily
papers = arxiv.search_papers("deep learning", max_results=10)

v0.1.0

24 Dec 08:31
b143cf3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/monk1337/resp/commits/v0.1.0