arxiv-sanity-feeds
arxiv-sanity-feeds copied to clipboard
🦔 Subscribe to the content published on Arxiv Sanity.
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

https://hedgehog.den.dev/feeds/home.xml
Most Recent Papers (Weekly)

https://hedgehog.den.dev/feeds/toprecent-week.xml
Random Papers (Last Week)

https://hedgehog.den.dev/feeds/random-last-week.xml
Building
- Install Python 3 on your target operating system.
- Create a virtual environment with
python3 -m venv .env. - Install required packages with
pip install -r src/feedingress/requirements.txt. - Set up the following environment variables:
DO_SPACES_ENDPOINT- this is your DigitalOcean Spaces endpoint, including thehttps://prefix.DO_SPACES_REGION- this is your DigitalOcean Spaces region, such assfo3.DO_SPACES_ACCESS_KEY- access key for DigitalOcean Spaces.DO_SPACES_SECRET_KEY- secret key for DigitalOcean Spaces.
- Run the application:
python -m feedingress.
Once the application runs, it will upload the generated RSS feeds to the Azure Storage account of choice.