{"id":30596230,"url":"https://github.com/pyzlnar/rem-bot","last_synced_at":"2026-05-15T20:01:38.941Z","repository":{"id":43856695,"uuid":"450845689","full_name":"pyzlnar/rem-bot","owner":"pyzlnar","description":"Discord bot written in elixir","archived":false,"fork":false,"pushed_at":"2022-12-23T21:07:31.000Z","size":110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T21:52:11.731Z","etag":null,"topics":["bot","discord","elixir"],"latest_commit_sha":null,"homepage":"","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/pyzlnar.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":"2022-01-22T14:48:13.000Z","updated_at":"2022-12-15T00:03:31.000Z","dependencies_parsed_at":"2023-01-30T19:31:10.235Z","dependency_job_id":null,"html_url":"https://github.com/pyzlnar/rem-bot","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pyzlnar/rem-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzlnar%2Frem-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzlnar%2Frem-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzlnar%2Frem-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzlnar%2Frem-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyzlnar","download_url":"https://codeload.github.com/pyzlnar/rem-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyzlnar%2Frem-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33077923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bot","discord","elixir"],"created_at":"2025-08-29T21:16:43.474Z","updated_at":"2026-05-15T20:01:38.926Z","avatar_url":"https://github.com/pyzlnar.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rem\n\nRem is a Discord bot written in elixir. \\\nIt was written simply because I was bored and I really wanted to write my own Discord bot in Elixir.\n\nThis is the second iteration as the previous one was using another discord bot library (Alchemy)\nwhich I dropped since it seemed to be less maintained and a bit more rough around the edges. \\\nMy previous attempt can be found here: [pyzlnar/discord-bot](https://github.com/pyzlnar/discord-bot)\n\n## Installation\n\n### Erlang and Elixir\n\nIt's recommended to install through [asdf](https://github.com/asdf-vm/asdf)\n\n```bash\n$ asdf plugin-add elixir\n$ asdf plugin-add erlang\n$ asdf install\n```\n\n\u003e :warning: asdf automatically uses the versions of Elixir, Erlang specified in\n\u003e [`.tool-versions`](.tool-versions). \\\n\u003e If you choose not to use asdf, and encounter errors, ensure that the dependencies you are using\n\u003e match the versions specified in [`.tool-versions`](.tool-versions).\n\nYou can verify the installation by running: \\\n(And you can exit it by pressing CTRL+C twice. yeah...)\n\n```bash\n$ iex\nErlang/OTP 25 [erts-13.1.2] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1]\n\nInteractive Elixir (1.14.2) - press Ctrl+C to exit (type h() ENTER for help)\niex(1)\u003e\n```\n\n### Dependencies\n\n```bash\n# Install dependencies\n$ mix deps.get\n# Compile\n$ mix\n```\n\n### Environment\n\nThe project requires some environment variables to be set. (secrets!) \\\nThe recomended method is through [direnv](https://github.com/direnv/direnv), but as long you setup\nall variables in [`.env.example`](.env.example) you should be good.\n\n```bash\n$ cp .env.example .env\n$ direnv allow .\n```\nNow just modify `.env` with the needed values.\n\n## Running\n\nRunning in dev mode:\n\n```bash\n$ mix run --no-halt\n```\n\nWith an interactive shell:\n\n```bash\n$ iex -S mix\n```\n\nIn detached mode for prod\n\n```bash\n$ MIX_ENV=prod elixir --erl \"-detached\" -S mix run --no-halt\n\n# You can stop it by killing the process\n$ ps aux | grep elixir\npyzlnar 14381 (. . .) elixir -S mix run --no-halt\n$ kill -9 14381\n```\n\n## Tests\n\nTests can be run with:\n\n```bash\n$ mix test\n```\n\n## License\n\nRem bot is released under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyzlnar%2Frem-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyzlnar%2Frem-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyzlnar%2Frem-bot/lists"}