Python API client for Semantic Scholar
Project description
s2cholar
Client for the new Semantic Scholar API.
We used the Swagger Codegen project to generate the initial version of this package, which was then modified by the contributors.
Details of the Swagger Codegen used:
- API version: 1.0
- Package version: 0.1.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen
Announcement
This project is active and under development. Everyone is more than welcome to help and contribute.
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/luizvbo/s2cholar.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/luizvbo/s2cholar.git
)
Then import the package:
import s2cholar
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import s2cholar
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import s2cholar
from s2cholar.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = s2cholar.AuthorApi(s2cholar.ApiClient(configuration))
author_id = '145872832' # str
try:
# Details about an author
api_response = api_instance.get_graph_get_author(author_id)
pprint(api_response)
except ApiException as e:
print("Exception when calling AuthorApi->get_graph_get_author: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://api.semanticscholar.org/graph/v1
Class | Method | HTTP request | Description |
---|---|---|---|
AuthorApi | get_graph_get_author | GET /author/{author_id} | Details about an author |
AuthorApi | get_graph_get_author_papers | GET /author/{author_id}/papers | Details about an author's papers |
PaperApi | get_paper | GET /paper/{paper_id} | Details about a paper |
PaperApi | get_paper_authors | GET /paper/{paper_id}/authors | Details about a paper's authors |
PaperApi | get_paper_citations | GET /paper/{paper_id}/citations | Details about a paper's citations |
PaperApi | get_paper_references | GET /paper/{paper_id}/references | Details about a paper's references |
PaperApi | get_paper_search | GET /paper/search | Search for papers by keyword |
Documentation For Models
- Author
- AuthorBatch
- AuthorInfo
- AuthorWithPapers
- BasePaper
- Citation
- CitationBatch
- CitationCitingPaper
- Embedding
- Error400
- Error404
- FullPaper
- PaperBatch
- PaperInfo
- PaperSearchBatch
- PaperWithLinks
- Reference
- ReferenceBatch
- ReferenceCitedPaper
Documentation For Authorization
All endpoints do not require authorization.
Author
Luiz Otavio Vilas Boas Oliveira
Contribution
Contributions are more than welcome to this package.
Commit Messages
In order to keep our git log clean, use the tags below in your commit messages (adapted from the numpy workflow):
- API: an (incompatible) API change
- BUG: bug fix
- CICD: changes to the CI/CD
- DEP: deprecate something, or remove a deprecated object
- DOC: documentation
- ENH: enhancement
- MAINT: maintenance commit (refactoring, typos, etc.)
- REV: revert an earlier commit
- STY: style fix (whitespace, PEP8)
- TST: addition or modification of tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file s2cholar-0.1.1.tar.gz
.
File metadata
- Download URL: s2cholar-0.1.1.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2f10c188e0476becdbba2375610df43db137101c6012dbd723dbebae2c066d1 |
|
MD5 | f5c464e3fe8f5d3398f228dfa528333a |
|
BLAKE2b-256 | 570160586773801d29d4e551c0aa5d09440441ff55af0439850d3421cd328fd0 |
File details
Details for the file s2cholar-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: s2cholar-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 56.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a88d276d7dd69ffbdcb59524a32e2952bb06350eea83291a0114611de881b861 |
|
MD5 | 8b863c9b4012e6188389e5630130eb4e |
|
BLAKE2b-256 | 69cf0925dac3ebc1932619cf747498cd488bbec20cb673e546b7e85daacb4606 |