Metadata-Version: 2.1
Name: arxivs
Version: 0.0.1
Summary: Get arXiv AI paper.
Home-page: https://github.com/dovolopor-research/arxivs
Author: Ailln
Author-email: kinggreenhall@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: feedparser (>=5.2.1)
Requires-Dist: pytz (==2019.1)

# arxivs

Get arXiv AI paper.

## Install

```bash
pip install arxivs
```

## Usage

```python
import arxivs

paper_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

[![](https://award.dovolopor.com?lt=License&rt=MIT&rbc=green)](./LICENSE)


