Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dend/arxiv-sanity-feeds
🦔 Subscribe to the content published on Arxiv Sanity.
https://github.com/dend/arxiv-sanity-feeds
arxiv arxiv-sanity atom automation feeds python rss rss-reader
Last synced: 18 days ago
JSON representation
🦔 Subscribe to the content published on Arxiv Sanity.
- Host: GitHub
- URL: https://github.com/dend/arxiv-sanity-feeds
- Owner: dend
- License: mit
- Created: 2021-06-04T20:29:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T21:31:50.000Z (3 months ago)
- Last Synced: 2024-10-14T10:53:14.161Z (about 1 month ago)
- Topics: arxiv, arxiv-sanity, atom, automation, feeds, python, rss, rss-reader
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build badge for Arxiv Sanity Feeds](https://github.com/dend/arxiv-sanity-feeds/actions/workflows/spawnfeed.yml/badge.svg)](https://github.com/dend/arxiv-sanity-feeds/actions/workflows/spawnfeed.yml)
All this tool does is scrape [Arxiv Sanity](http://www.arxiv-sanity.com), and produce consumable RSS feeds that can be used in your favorite RSS reader (such as Feedly or Outlook).
Feeds are updated daily.
## Feed Locations
### Home Page [![Subscribe to Home Page feed](images/subscribe.svg)](https://hedgehog.den.dev/feeds/home.xml) [![Validate home feed](https://github.com/dend/arxiv-sanity-feeds/actions/workflows/validate_home_feed.yml/badge.svg)](https://github.com/dend/arxiv-sanity-feeds/actions/workflows/validate_home_feed.yml)
```
https://hedgehog.den.dev/feeds/home.xml
```### Most Recent Papers (Weekly) [![Subscribe to Most Recent Papers (Weekly) feed](images/subscribe.svg)](https://hedgehog.den.dev/feeds/toprecent-week.xml) [![Validate most recent papers feed](https://github.com/dend/arxiv-sanity-feeds/actions/workflows/validate_most_recent_feed.yml/badge.svg)](https://github.com/dend/arxiv-sanity-feeds/actions/workflows/validate_most_recent_feed.yml)
```
https://hedgehog.den.dev/feeds/toprecent-week.xml
```### Random Papers (Last Week) [![Subscribe to Random Papers (Last Week) feed](images/subscribe.svg)](https://hedgehog.den.dev/feeds/random-last-week.xml) [![Validate most recent papers feed](https://github.com/dend/arxiv-sanity-feeds/actions/workflows/validate_random_feed.yml/badge.svg)](https://github.com/dend/arxiv-sanity-feeds/actions/workflows/validate_random_feed.yml)
```
https://hedgehog.den.dev/feeds/random-last-week.xml
```## Building
1. Install [Python 3](https://www.python.org/) on your target operating system.
2. Create a virtual environment with `python3 -m venv .env`.
3. Install required packages with `pip install -r src/feedingress/requirements.txt`.
4. Set up the following environment variables:
- `AZ_STORAGE_CS` - the Azure Storage account connection string.
5. Run the application: `python -m feedingress`.Once the application runs, it will upload the generated RSS feeds to the Azure Storage account of choice.