{"id":13509606,"url":"https://github.com/MonkeyIsNull/reddhl","last_synced_at":"2025-03-30T13:32:33.994Z","repository":{"id":32382342,"uuid":"35958704","full_name":"MonkeyIsNull/reddhl","owner":"MonkeyIsNull","description":"An headline and link puller for Reddit and its various subreddits","archived":false,"fork":false,"pushed_at":"2015-11-08T16:19:34.000Z","size":124,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T14:42:41.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MonkeyIsNull.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":"2015-05-20T16:01:52.000Z","updated_at":"2017-07-28T21:31:35.000Z","dependencies_parsed_at":"2022-09-26T18:31:09.489Z","dependency_job_id":null,"html_url":"https://github.com/MonkeyIsNull/reddhl","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/MonkeyIsNull%2Freddhl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonkeyIsNull%2Freddhl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonkeyIsNull%2Freddhl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonkeyIsNull%2Freddhl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MonkeyIsNull","download_url":"https://codeload.github.com/MonkeyIsNull/reddhl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246324172,"owners_count":20759089,"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":[],"created_at":"2024-08-01T02:01:10.245Z","updated_at":"2025-03-30T13:32:33.723Z","avatar_url":"https://github.com/MonkeyIsNull.png","language":"Elixir","funding_links":[],"categories":["Third Party APIs"],"sub_categories":[],"readme":"Reddhl\n======\n\nAn headline and link puller for Reddit and its various subreddits\n\nGiven a subreddit it pulls the json data from Reddit which is usually the top 25 posts\nYou can then pull the title and url link for any of those.\n\n# Usage\nHere's how it works\n\n```elixir\n  threads = Reddhl.pull(\"elixir\") # returns the top 25 \"threads\"\n  Reddhl.url(threads, 1) # get the 1st post's url \"https://medium.com/@mschae/measuring-your-phoenix-app-d63a77b13bda\"\n  Reddhl.title(threads, 1) # get the 1st post's title \"Phoenix Monitor\"\n```\n\n# Dep info\n\nAdd the dependency to your mix.exs file:\n\n```elixir\n  defp deps do\n    [{:reddhl, \"~\u003e 0.0.2\"}]\n  end\n```\n\n## License Information\n\n* reddhl: [LICENSE](LICENSE)\n\n## Release Notes\n### 0.0.2\n\nMerged in code from jinyeow\nChanged priv API from merge\n \n### 0.0.1\n\nInitial Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMonkeyIsNull%2Freddhl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMonkeyIsNull%2Freddhl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMonkeyIsNull%2Freddhl/lists"}