{"id":19264172,"url":"https://github.com/cphyc/arxiv_reader","last_synced_at":"2026-05-31T16:31:11.452Z","repository":{"id":37933370,"uuid":"380562107","full_name":"cphyc/arxiv_reader","owner":"cphyc","description":"Reads out the Arxiv everyday for you","archived":false,"fork":false,"pushed_at":"2025-05-19T18:58:49.000Z","size":5006,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-19T19:53:23.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cphyc.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-06-26T17:38:42.000Z","updated_at":"2025-05-05T19:28:24.000Z","dependencies_parsed_at":"2023-10-03T13:52:35.588Z","dependency_job_id":"597bb974-d94f-4f68-9248-7938ce376323","html_url":"https://github.com/cphyc/arxiv_reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cphyc/arxiv_reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cphyc%2Farxiv_reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cphyc%2Farxiv_reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cphyc%2Farxiv_reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cphyc%2Farxiv_reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cphyc","download_url":"https://codeload.github.com/cphyc/arxiv_reader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cphyc%2Farxiv_reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33739860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T19:40:06.750Z","updated_at":"2026-05-31T16:31:11.432Z","avatar_url":"https://github.com/cphyc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arxiv Reader\n\nSome people like to kickstart their day as a researcher by reading the papers appearing on the Arxiv.\nSome wish they could _listen_ to these abstracts while commuting or on their way to work.\nThis projects aims at doing exactly this.\n\n## Listening to it as a podcast\n\nYou can listen to the arxiv reader by following one of the podcast flux found [here](https://pub.cphyc.me/Science/arxiv/). Alternatively, you can find it on [Google Podcasts](https://podcasts.google.com/search/Astro%20arXiv), [Spotify](https://open.spotify.com/show/6wBd1EZzY1sQhBscwGtd0l) or your favourite podcast app.\n\n## How does it work?\n\nThis script is actually simple and simply brings together different already-existing tools.\nIt fetches the paper (title, authors, abstract) from the ArXiV using the public API.\nA text-only description of the paper is then generated (title, author, abstract).\nThe final step is to feed the text-only description to a text-to-speech synthesis (TTS) app.\nFor now, the only supported TTS is [Google's](https://cloud.google.com/text-to-speech) but it would be simple to use another one instead.\n\n## Installing\n\nThe script requires a working installation of Python 3 and or the Google cloud sdk.\nTo install the script, download it (using e.g. `git clone`) and in the downloaded folder, install the package with\n```bash\npip install .\n```\nThat's it!\nNote that before using the package, you need to have set up a [Google TTS account](https://cloud.google.com/text-to-speech/docs/quickstart-protocol).\n*Before* running the script, do not forget to export your Google application credentials.\n```bash\nexport GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/credentials.json\n```\n\nTo run the script, now simply do\n```bash\narxiv-reader -d \"two days ago\"\narxiv-reader -d \"01 June 2021\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcphyc%2Farxiv_reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcphyc%2Farxiv_reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcphyc%2Farxiv_reader/lists"}