blur
Twitch Chat Bot in Elixir
File Explorer
- elixir.yml
- channel.ex
- connection.ex
- irc.ex
- login.ex
- message.ex
- twitch_tag.ex
- users.ex
- WS.7z
- env.ex
- command.ex
- message.ex
- twitch.ex
- app.ex
- blur.ex
- channel_test.exs
- connection_test.exs
- irc_test.exs
- login_test.exs
- message_test.exs
- twitch_tag_test.exs
- command_test.exs
- message_test.exs
- twitch_test.exs
- app_test.exs
- blur_test.exs
- test_helper.exs
- .env.example
- .formatter.exs
- .gitignore
- ideas.md
- LICENSE
- mix.exs
- mix.lock
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
iex
View Details ▼
iex
IEx is the interactive shell for Elixir.
iex
Start an interactive session:
iex --erl "-kernel shell_history enabled"
Start a session that remembers history:
iex -S mix
Start and load Mix project files:
mix
View Details ▼
mix
Build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.
mix run {{my_script.exs}}
Execute a particular file:
mix new {{project_name}}
Create a new project:
mix compile
Compile project:
// repository documentation
Was this content helpful?
(0 ratings)
