Steve-Tod / arxiv-crawler

My commandline arxiv crawler

Home Page:http://www.arxiv-sanity.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arxiv filter

This is a simple keyword based filter of newest arxiv papers. This repo is based on arxiv-sanity-preserver.

Installation

pip install -r requirements.txt

Usage

First modify the text files under info directory, fill in your own interested authors and keywords. For keywords, you can use + if you want a combination of multiple keywords.

Then fetch the data new papers by running python fetch_papers.py. Please run python fetch_papers.py -h

Finally run python filter_newest.py to filter the newest papers based on the selected keywords. It will create a simple html file of the results in daily_results and copy it to ~\Desktop.

About

My commandline arxiv crawler

http://www.arxiv-sanity.com/

License:MIT License


Languages

Language:Python 98.0%Language:Shell 2.0%