{"id":13838378,"url":"https://github.com/dend/arxiv-sanity-feeds","last_synced_at":"2025-03-22T03:31:31.548Z","repository":{"id":39851816,"uuid":"373952825","full_name":"dend/arxiv-sanity-feeds","owner":"dend","description":"🦔 Subscribe to the content published on Arxiv Sanity.","archived":false,"fork":false,"pushed_at":"2025-01-10T19:59:39.000Z","size":1536,"stargazers_count":24,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T07:43:11.683Z","etag":null,"topics":["arxiv","arxiv-sanity","atom","automation","feeds","python","rss","rss-reader"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dend.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-04T20:29:14.000Z","updated_at":"2025-01-22T16:09:17.000Z","dependencies_parsed_at":"2024-08-23T21:57:28.351Z","dependency_job_id":"c95a74fa-4eb2-4da8-9b6a-60ae5a569135","html_url":"https://github.com/dend/arxiv-sanity-feeds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Farxiv-sanity-feeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Farxiv-sanity-feeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Farxiv-sanity-feeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dend%2Farxiv-sanity-feeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dend","download_url":"https://codeload.github.com/dend/arxiv-sanity-feeds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902929,"owners_count":20529114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arxiv","arxiv-sanity","atom","automation","feeds","python","rss","rss-reader"],"created_at":"2024-08-04T15:01:53.905Z","updated_at":"2025-03-22T03:31:30.154Z","avatar_url":"https://github.com/dend.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg alt=\"Arxiv Sanity Feeds\" src=\"images/logo.png\" width=\"200\" height=\"200\" /\u003e\n\t\u003ch1\u003e🦔 Arxiv Sanity RSS Feeds\u003c/h1\u003e\n\t\u003cp\u003e\n\t\t\u003cb\u003eSubscribe to the content published on \u003ca href=\"http://www.arxiv-sanity.com\"\u003eArxiv Sanity\u003c/a\u003e.\u003c/b\u003e\n\t\u003c/p\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\u003c/div\u003e\n\n[![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)\n\nAll 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).\n\nFeeds are updated daily.\n\n## Feed Locations\n\n### 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)\n\n```\nhttps://hedgehog.den.dev/feeds/home.xml\n```\n\n### 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)\n\n```\nhttps://hedgehog.den.dev/feeds/toprecent-week.xml\n```\n\n### 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)\n\n```\nhttps://hedgehog.den.dev/feeds/random-last-week.xml\n```\n\n## Building\n\n1. Install [Python 3](https://www.python.org/) on your target operating system.\n2. Create a virtual environment with `python3 -m venv .env`.\n3. Install required packages with `pip install -r src/feedingress/requirements.txt`.\n4. Set up the following environment variables:\n\t- `AZ_STORAGE_CS` - the Azure Storage account connection string.\n5. Run the application: `python -m feedingress`.\n\nOnce the application runs, it will upload the generated RSS feeds to the Azure Storage account of choice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdend%2Farxiv-sanity-feeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdend%2Farxiv-sanity-feeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdend%2Farxiv-sanity-feeds/lists"}