{"id":15669763,"url":"https://github.com/alexgustafsson/irc-ruski-bot","last_synced_at":"2026-05-04T03:31:28.977Z","repository":{"id":83002377,"uuid":"186254010","full_name":"AlexGustafsson/irc-ruski-bot","owner":"AlexGustafsson","description":"A Dockerized IRC Ruski Bot written in Java 8","archived":false,"fork":false,"pushed_at":"2021-07-14T14:20:07.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T05:11:34.864Z","etag":null,"topics":["bot","conversational-bot","docker","irc","java","java-8","translation","yandex-translate"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexGustafsson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-12T12:47:06.000Z","updated_at":"2021-07-14T14:20:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd4fec4d-d6a8-4760-9282-2a39c31c714e","html_url":"https://github.com/AlexGustafsson/irc-ruski-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexGustafsson/irc-ruski-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexGustafsson%2Firc-ruski-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexGustafsson%2Firc-ruski-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexGustafsson%2Firc-ruski-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexGustafsson%2Firc-ruski-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexGustafsson","download_url":"https://codeload.github.com/AlexGustafsson/irc-ruski-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexGustafsson%2Firc-ruski-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32593741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","conversational-bot","docker","irc","java","java-8","translation","yandex-translate"],"created_at":"2024-10-03T14:41:09.617Z","updated_at":"2026-05-04T03:31:28.971Z","avatar_url":"https://github.com/AlexGustafsson.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IRC Emoji Bot\n### A Dockerized IRC Ruski Bot written in Java 8\n***\n\n### Setting up\n\n##### Quickstart\n\n```Bash\n# Clone the repository\ngit clone https://github.com/AlexGustafsson/irc-ruski-bot\n# Enter the directory\ncd irc-ruski-bot\n# Build the image\n./build-docker.sh\n# Start the image\ndocker run -d -e IRC_SERVER='irc.example.org' -e YANDEX_TRANSLATE_API_KEY='api key' --restart always axgn/irc-ruski-bot\n```\n\n### Documentation\n\n#### Running with Docker\n\n```Bash\ndocker run -d \\\n-e IRC_SERVER='irc.example.org' \\\n-e IRC_PORT='6697' \\\n-e IRC_CHANNEL='#random' \\\n-e IRC_NICK='emoji-bot' \\\n-e IRC_USER='emoji-bot' \\\n-e IRC_GECOS='Ruski Bot v0.1 (github.com/AlexGustafsson/irc-ruski-bot)' \\\n-e YANDEX_TRANSLATE_API_KEY='api key' \\\n-e DISABLE_TLS_VALIDATION='false' \\\naxgn/irc-ruski-bot\n```\n\nThe image is stateless and based on Alpine and is roughly 110MB in size. While running, the container usually uses 0.10% of the CPU and roughly 40MB of RAM. During load it uses about 15% CPU and while starting about 50% on a single core and an unchanged amout of RAM.\n\nTo prevent any unforseen events, one can therefore limit the container's resources by using the flags `--cpus=0.2` and `--memory=50MB` which should both leave some head room. Note that the lower CPU count will cause somewhat slower startups.\n\n#### Invoking via IRC\n\nTo see help messages send `ruski-bot: help` in the channel where the bot lives.\n\nTo send a message translated to Ruski, send `ruski-bot: I only drive Lada` which will send `YA yezzhu tol'ko na Lade`.\n\nIf you have a secret (such as `I don't like vodka`) which you would like to share, you can send it in a direct message to the bot. It will still send the response to the specified channel without any mentioning of the sender.\n\n### Contributing\n\nAny contribution is welcome. If you're not able to code it yourself, perhaps someone else is - so post an issue if there's anything on your mind.\n\n###### Development\n\n```\n# Clone the repository\ngit clone https://github.com/AlexGustafsson/irc-ruski-bot \u0026\u0026 cd irc-ruski-bot\n\n##\n# Using Gradle\n\n# If you're on a Windows PC, you may have to use ./gradlew.bat instead.\n\n# --rerun-tasks ignore if the source code has seen no changes\n# it ensures that you get the full result\n\n# Run all checks and tests on the project\n./gradlew check\n# Test the project\n./gradlew test\n# Check code style\n./gradlew --rerun-tasks checkstyleMain checkstyleTest\n# Check for common bugs\n./gradlew --rerun-tasks spotbugsMain spotbugsTest\n# Check for dependency issues\n./gradlew --rerun-tasks dependencyCheckAnalyze\n\n# Compile and package the project\n./gradlew assemble\n# Compile, test and package the project\n./gradlew build\n\n# Run the project on port 3000\n./gradlew run --args=3000\n```\n\n### Disclaimer\n\n_Although the project is very capable, it is not built with production in mind. Therefore there might be complications when trying to use the bot for large-scale projects meant for the public. The bot was created to easily send Ruski in IRC channels and as such it might not promote best practices nor be performant._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexgustafsson%2Firc-ruski-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexgustafsson%2Firc-ruski-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexgustafsson%2Firc-ruski-bot/lists"}