{"id":16137672,"url":"https://github.com/rockerboo/blur","last_synced_at":"2025-03-18T16:30:33.539Z","repository":{"id":35143427,"uuid":"39363628","full_name":"rockerBOO/blur","owner":"rockerBOO","description":"Twitch Chat Bot in Elixir","archived":false,"fork":false,"pushed_at":"2021-03-26T17:27:28.000Z","size":120,"stargazers_count":18,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T10:50:21.185Z","etag":null,"topics":["chat-bot","elixir"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/blur","language":"Elixir","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/rockerBOO.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-07-20T04:44:46.000Z","updated_at":"2023-07-09T05:49:58.000Z","dependencies_parsed_at":"2022-09-16T06:01:01.424Z","dependency_job_id":null,"html_url":"https://github.com/rockerBOO/blur","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockerBOO%2Fblur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockerBOO%2Fblur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockerBOO%2Fblur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockerBOO%2Fblur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rockerBOO","download_url":"https://codeload.github.com/rockerBOO/blur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243940088,"owners_count":20372045,"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":["chat-bot","elixir"],"created_at":"2024-10-09T23:28:54.332Z","updated_at":"2025-03-18T16:30:33.103Z","avatar_url":"https://github.com/rockerBOO.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"Blur\n====\n\nTwitch Chat Bot\n\n![Elixir CI](https://github.com/rockerBOO/blur/workflows/Elixir%20CI/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/rockerBOO/blur/badge.svg)](https://coveralls.io/github/rockerBOO/blur)\n\n**Note** This is under heavy changes. Things might break with each release as we solidify the API.\n\n**Note** See 0.3.0-beta branch for the most up to date code. Currently missing some functionality to get it working.\n\nThis library will be a core component that will interact with IRC and have a bunch of helper commands to interact with IRC, WS and OBS connections.\n\n## Install\n\nFirst, add Blur to your mix.exs dependencies:\n\n```elixir\ndef deps do\n  [{:blur, \"~\u003e 0.2.1-rc1\"}]\nend\n```\n\nThen, update your dependencies:\n\n```sh-session\n$ mix deps.get\n```\n\nYou will need to authenticate with OAuth. This is set with the `TWITCH_CHAT_KEY` environmental variable. See [.env.example](.env.example) for all the variables. \n\n\n```elixir\n# The key generated from https://twitchapps.com/tmi/.\nexport TWITCH_CHAT_KEY=oauth:\n```\n\nThen, you'll want to start the Blur application. \n\n```elixir\n# [user, channels]\nBlur.App.start_link([\"800807\", [\"#rockerboo\"]])\n```\n\n## Quick Start\n\n```sh-session\niex -S mix\n\niex\u003e Blur.App.start_link([\"800807\", [\"#rockerboo\"]])\n{:ok, \u003cpid\u003e}\niex\u003e Blur.say \"#rockerboo\", \"yo\"\n:ok\n```\n\n## Usage\n\n```elixir\nBlur.say(\"#rockerboo\", \"yo\")\n```\n\nSee the [Blur](lib/blur.ex) module for the current list of options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockerboo%2Fblur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frockerboo%2Fblur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockerboo%2Fblur/lists"}