Skip to main content

Feed converer for arxiv feeds

Project description

# arXiv decent feeds

Ever wanted to follow arXiv feeds on Slack, but try as you might slackbot was
unable to show arXiv updates?

Wonder no more! arXiv decent feeds reads and converts arXiv RSS feeds to valid
RSS 2.0 feeds that slackbot will (hopefully) read!

## Installation

```
pip install https://github.com/trovao/arxiv-decent-feeds/zipball/master
```

## Usage

### Adding a feed

```
usage: arxivdf add [-h] url target_file

positional arguments:
url
target_file

optional arguments:
-h, --help show this help message and exit
```

For example, to add the `cs.LG` (Computer Science Learning) feed, one could do:

```
arxivdf add http://export.arxiv.org/rss/cs.LG\?version\=2.0 cs.LG.rss
```

### Fetching updates

```
arxivdf update
```

### Generating feeds

If you added `cs.LG` as show above, after you can call the command `arxivdf
generate` your feed will be saved to the file `cs.LG.rss` in the current
directory.

### Periodically updating and generating feeds

Just set up a cron job with to do that. What I'm currently using is, with
a python virtualenv (the `source ~/venvs/feeds/bin/activate` part):

```cron
*/5 * * * * (source ~/venvs/feeds/bin/activate ; arxivdf update ; arxivdf generate)
```



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

arxiv_decent_feeds-0.0.2-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

arxiv_decent_feeds-0.0.2-py2-none-any.whl (8.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page