GitXplorerGitXplorer
d

arxiv-sanity-feeds

public
23 stars
3 forks
0 issues

Commits

List of commits on branch main.
Verified
0f089cf6779547804e9a2972ffbf83adcadad1b3

Move to R2

ddend committed 8 days ago
Unverified
8f1cc5eb70cf201ba6a66f25f40287821526b8e8

Remove old link

ddend committed 5 months ago
Unverified
1c528eeab76bd43c74d2f048a60be0eb412a7afa

Update instructions

ddend committed 5 months ago
Unverified
cf77aca44970c67df57c37a5fec99d2af080b2e2

Make sure we overwrite

ddend committed 5 months ago
Unverified
f5fa10620a52bd1492c8ee76db28fb0cad23cf0a

Update with Azure Storage configuration

ddend committed 5 months ago
Unverified
6fe2196d081882db66082466630ca7bfc7655e2d

Fix bug with month identification

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.