Releases: monk1337/resp
Releases · monk1337/resp
v0.1.2
v0.1.1
RESP v0.1.1
🔧 Fixes
- Fixed
ImportErrorwhen 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
What's Changed
- add setup and doc by @jiaohuix in #2
- Fix Semantic Scholar API Issue Causing 400 Response Status by @AliRezaBeigy in #5
- Prepare package for PyPI publishing by @Pandananana in #8
New Contributors
- @jiaohuix made their first contribution in #2
- @AliRezaBeigy made their first contribution in #5
- @Pandananana made their first contribution in #8
Full Changelog: https://github.com/monk1337/resp/commits/v0.1.0