GitXplorerGitXplorer
d

arxiv-sanity-feeds

public
23 stars
3 forks
0 issues

Commits

List of commits on branch main.
Unverified
fe0d35b2ab00e9ba1f98010ab3a02e40d917e04e

Fix feed configuration

ddend committed 3 years ago
Unverified
ba5c64a608ff3a6bd93d3cbfbea4810ca9b70307

Fix feed configuration

ddend committed 3 years ago
Unverified
5888b564625afb6b14c50ea540128a6fcf381d01

Update README with badges

ddend committed 3 years ago
Unverified
fb5e192529b080ec8a3356df2f442ff9e4f9e2fe

Update the workflows

ddend committed 3 years ago
Unverified
721ffd0a4535b736a0bf7f08ff053aa2bb94b325

Update README

ddend committed 3 years ago
Unverified
7a0ee16349198994f9e4fcc75d8655a6db9ed0c0

Let's see if I can get a referenced action to work

ddend committed 3 years ago

README

The README file for this repository.
Arxiv Sanity Feeds

🦔 Arxiv Sanity RSS Feeds

Subscribe to the content published on Arxiv Sanity.




Build badge for Arxiv Sanity Feeds

All this tool does is scrape Arxiv Sanity, 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 Validate home feed

https://hedgehog.den.dev/feeds/home.xml

Most Recent Papers (Weekly) Subscribe to Most Recent Papers (Weekly) feed Validate most recent papers feed

https://hedgehog.den.dev/feeds/toprecent-week.xml

Random Papers (Last Week) Subscribe to Random Papers (Last Week) feed Validate most recent papers feed

https://hedgehog.den.dev/feeds/random-last-week.xml

Building

  1. Install Python 3 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.