A tool for tracking new papers on arXiv
Project description
ArXiv Tracker
A Python package for tracking new papers on arXiv based on keywords.
Features
- Track papers based on keywords
- Automatic deduplication
- Save papers to CSV
- Configurable check interval
Installation
pip install arxiv-tracker
Usage
from arxiv_tracker.query_tracker import QueryTracker
tracker = QueryTracker(["machine learning"])
papers = tracker.fetch(max_results=60)
from arxiv_tracker.rss_tracker import RSSTracker
rss_url = f"http://export.arxiv.org/rss/cs.AI"
tracker = RSSTracker(rss_url=rss_url)
papers = tracker.fetch()
Development
- install & test
pip install -e .
python -m unittest discover tests
- build & upload to TestPyPI
python -m build
twine upload --repository testpypi dist/* -u__token__ -p <your_token>
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
arxiv_tracker-0.0.2.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arxiv_tracker-0.0.2.tar.gz.
File metadata
- Download URL: arxiv_tracker-0.0.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3025d854b113b7a2e4e136521e13f47d6d1604ca22322c9a002effb1a2d70ff
|
|
| MD5 |
4b8cf604c56873cbb492a74424a00198
|
|
| BLAKE2b-256 |
a8178d657bb691cea1aa5cdee2cc02a8dd73ff77937890761845aa5865f28633
|
File details
Details for the file arxiv_tracker-0.0.2-py3-none-any.whl.
File metadata
- Download URL: arxiv_tracker-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58a5da52640512b8b1f9f23dadfbe6cc6d94fc784fb450b38bd454b78204e747
|
|
| MD5 |
088ac0f87cf46a0b7ef57439cc48cb98
|
|
| BLAKE2b-256 |
4e2d9eca1bace1b787cb97dbdc4c8c20d6c079a08117d887f44c98d027a7f016
|