{"id":16499057,"url":"https://github.com/joshday/newsapi.jl","last_synced_at":"2025-07-17T05:42:56.062Z","repository":{"id":51014317,"uuid":"211515075","full_name":"joshday/NewsAPI.jl","owner":"joshday","description":"Access newsapi.org from Julia","archived":false,"fork":false,"pushed_at":"2021-07-07T13:26:03.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T00:41:35.742Z","etag":null,"topics":["julia","newsapi"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/joshday.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}},"created_at":"2019-09-28T14:44:43.000Z","updated_at":"2021-10-02T16:53:13.000Z","dependencies_parsed_at":"2022-09-25T00:44:33.925Z","dependency_job_id":null,"html_url":"https://github.com/joshday/NewsAPI.jl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FNewsAPI.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FNewsAPI.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FNewsAPI.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FNewsAPI.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshday","download_url":"https://codeload.github.com/joshday/NewsAPI.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252276955,"owners_count":21722447,"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":["julia","newsapi"],"created_at":"2024-10-11T14:51:00.262Z","updated_at":"2025-05-04T01:30:25.842Z","avatar_url":"https://github.com/joshday.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/joshday/NewsAPI.jl.svg?branch=master)](https://travis-ci.org/joshday/NewsAPI.jl)\n\n# NewsAPI\n\nPowered by [NewsAPI.org](https://newsapi.org)\n\n## First:\n\nAdd `ENV[\"NEWS_API_KEY\"] = \u003ckey\u003e` to `~/.julia/config/startup.jl`\n\n## Then:\n\n```julia\nusing NewsAPI, Dates\n\ns = NewsAPI.sources()\n\ne = NewsAPI.everything(q=\"bitcoin\", from=today() - Day(1))\n\nh = NewsAPI.topheadlines(country=\"us\")\n\n# Returned objects satisfy the Tables.jl interface\nusing DataFrames\n\nDataFrame(s)\nDataFrame(e)\nDataFrame(h)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshday%2Fnewsapi.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshday%2Fnewsapi.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshday%2Fnewsapi.jl/lists"}