https://github.com/dovolopor-research/arxivs
🦞 Get arXiv AI paper.
https://github.com/dovolopor-research/arxivs
arxiv arxiv-analytics arxiv-api arxiv-daily arxiv-papers arxivs paper
Last synced: 2 months ago
JSON representation
🦞 Get arXiv AI paper.
- Host: GitHub
- URL: https://github.com/dovolopor-research/arxivs
- Owner: dovolopor-research
- License: mit
- Created: 2020-10-29T18:01:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-29T19:09:42.000Z (over 4 years ago)
- Last Synced: 2025-02-28T11:59:41.201Z (3 months ago)
- Topics: arxiv, arxiv-analytics, arxiv-api, arxiv-daily, arxiv-papers, arxivs, paper
- Language: Python
- Homepage: https://www.arxivs.com
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arxivs
Get arXiv AI paper.
## Install
```bash
pip install arxivs
```## Usage
```python
import arxivspaper_list = arxivs.get_paper(tags=["cs.CL"], days=1)
print(paper_list[0])
```## Tag List
```bash
cs.AI: Artificial Intelligence
cs.CL: Computation and Language
cs.CV: Computer Vision and Pattern Recognition
cs.FL: Formal Languages and Automata Theory
cs.IR: Information Retrieval
cs.LG: Learning
cs.MA: Multiagent Systems
cs.NE: Neural and Evolutionary Computing
stat.ML: Machine Learning
```## LICENSE
[](./LICENSE)