https://github.com/akshaybadola/s2cache
Python Semantic Scholar API client with a local cache.
https://github.com/akshaybadola/s2cache
bibliography python semanticscholar
Last synced: about 1 month ago
JSON representation
Python Semantic Scholar API client with a local cache.
- Host: GitHub
- URL: https://github.com/akshaybadola/s2cache
- Owner: akshaybadola
- License: mit
- Created: 2023-08-26T22:27:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T20:02:19.000Z (11 months ago)
- Last Synced: 2025-12-06T09:58:09.988Z (6 months ago)
- Topics: bibliography, python, semanticscholar
- Language: Python
- Homepage:
- Size: 8.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.md
Awesome Lists containing this project
README
* Unofficial Semantic Scholar Client
Python Semantic Scholar https://www.semanticscholar.org/product/api client
with a local cache.
** Features
- Async requests
- Local JSON files based storage to avoid redundant requests
- Can fetch citations > 10000 (Semantic Scholar API limit) when the full
parsed citation graph is on disk.
- Filter the data based on certain predicates like
+ Year
+ Author
+ Title
+ Venue
+ CitationCount
- Local cache of dumped Semantic Scholar Citation Data, for fetching
citations with papers > 10000.
** Installation
~pip install s2cache~
** Usage
The package is a library for your Bibliography metadata managment needs.
The intended use is applications which use Semantic Scholar data for
generating bibliography management, visualizing citation graphs etc.
It can fetch citations and references from Semantic Scholar API
https://www.semanticscholar.org/product/api and store in a local cache
to avoid redundant requests to the service as the citation data fetches
can be network intensive.
There is also a filters module also which can be combined to filter the data
*More to Follow*
** License
MIT License
See Semantic Scholar License page https://www.semanticscholar.org/product/api/license
to view the API License.