{"id":21564629,"url":"https://github.com/d3caf/breddit","last_synced_at":"2025-07-12T17:34:11.555Z","repository":{"id":57480763,"uuid":"463187572","full_name":"d3caf/breddit","owner":"d3caf","description":"A Reddit client for Elixir built on OAuth2. It's called Breddit because all the good Reddit/Elixir puns were taken and I like bread.","archived":false,"fork":false,"pushed_at":"2022-02-28T13:24:24.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T20:56:53.350Z","etag":null,"topics":["elixir","elixir-lang","oauth2","reddit","reddit-api"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/d3caf.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}},"created_at":"2022-02-24T14:52:33.000Z","updated_at":"2022-03-07T16:40:05.000Z","dependencies_parsed_at":"2022-09-26T16:31:05.665Z","dependency_job_id":null,"html_url":"https://github.com/d3caf/breddit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/d3caf/breddit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3caf%2Fbreddit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3caf%2Fbreddit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3caf%2Fbreddit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3caf%2Fbreddit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3caf","download_url":"https://codeload.github.com/d3caf/breddit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3caf%2Fbreddit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265025633,"owners_count":23699792,"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":["elixir","elixir-lang","oauth2","reddit","reddit-api"],"created_at":"2024-11-24T10:16:37.268Z","updated_at":"2025-07-12T17:34:11.274Z","avatar_url":"https://github.com/d3caf.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍞 Breddit\n\nThe Reddit client that's as delicious as bread. It's also gluten-free!\n\n\u003e **Note! This is still in heavy development!** It's almost definitely not prod-ready and isn't yet fully tested. PRs are welcomed to add more modules. I'm using Breddit in an app that I'm writing and adding resources as I need them.\n\n## Installation\n\nThe package can be installed\nby adding `breddit` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:breddit, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Setup\n\nBreddit requires some configs in order to properly authenticate with Reddit.\n\nHere is a sample config:\n\n```elixir\nconfig :breddit,\n  oauth: [\n    client_id: System.get_env(\"REDDIT_CLIENT_ID\"), # required\n    client_secret: System.get_env(\"REDDIT_CLIENT_SECRET\"), # required\n    redirect_uri: System.get_env(\"REDDIT_REDIRECT_URI\") # required; must match the uri you provided to reddit when creating the app\n  ],\n  # optional, but you'll most likely at least want to add `scope` since it'd be useless to be authenticated with no scope.\n  params: %{state: \"1\", scope: \"identity edit flair history mysubreddits privatemessages read report save submit\"}\n```\n\n## Usage\n\nMore docs to come... I will be adding moduledocs, specs, etc ASAP!\n\n## Contributing\n\nFeel free to open PRs to add additional modules! As mentioned previously, I'm using this in a separate app and am adding resources as I need them. If there's a resource you need that's not added, please add it :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3caf%2Fbreddit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3caf%2Fbreddit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3caf%2Fbreddit/lists"}