{"id":15714367,"url":"https://github.com/sivaosorg/bot4j","last_synced_at":"2026-01-15T22:30:58.193Z","repository":{"id":242917884,"uuid":"810934672","full_name":"sivaosorg/bot4j","owner":"sivaosorg","description":"bot4j: a robust designed for sending notifications to various messaging platforms such as Telegram, Discord, and Slack.","archived":false,"fork":false,"pushed_at":"2024-09-22T05:52:49.000Z","size":335,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T19:02:06.087Z","etag":null,"topics":["bot","bot-framework","botnet","java-bot","java-telegram","java-telegram-bot-api","package","slack","slack-api","slack-bot","telegram","telegram-bot","telegram-bot-api","telegram-channel","viber-bot","viber-bot-api","viber-client"],"latest_commit_sha":null,"homepage":"https://github.com/sivaosorg/bot4j","language":"Java","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/sivaosorg.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-05T16:18:16.000Z","updated_at":"2024-09-22T05:52:52.000Z","dependencies_parsed_at":"2024-07-06T11:31:02.594Z","dependency_job_id":"03cfe099-bf6a-43f1-afc8-5ff902ea0886","html_url":"https://github.com/sivaosorg/bot4j","commit_stats":null,"previous_names":["sivaosorg/bot4j"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sivaosorg/bot4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbot4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbot4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbot4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbot4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivaosorg","download_url":"https://codeload.github.com/sivaosorg/bot4j/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbot4j/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:27:41.514Z","status":"ssl_error","status_checked_at":"2026-01-15T21:54:47.910Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","bot-framework","botnet","java-bot","java-telegram","java-telegram-bot-api","package","slack","slack-api","slack-bot","telegram","telegram-bot","telegram-bot-api","telegram-channel","viber-bot","viber-bot-api","viber-client"],"created_at":"2024-10-03T21:36:27.584Z","updated_at":"2026-01-15T22:30:58.178Z","avatar_url":"https://github.com/sivaosorg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bot4j\n\n## Introduction\n\nbot4j: a robust designed for sending notifications to various messaging platforms such as Telegram, Discord, and Slack.\n\n## Features\n\n- Comprehensive set of utility functions.\n- Written in Java 1.8.\n- Well-documented code for easy understanding.\n- Regular updates and maintenance.\n\n## Installation\n\n```bash\ngit clone --depth 1 https://github.com/sivaosorg/bot4j.git\n```\n\n## Generation Plugin Java\n\n```bash\ncurl https://gradle-initializr.cleverapps.io/starter.zip -d type=groovy-gradle-plugin  -d testFramework=testng -d projectName=bot4j -o bot4j.zip\n```\n\n## Modules\n\nExplain how users can interact with the various modules.\n\n### Tidying up\n\nTo tidy up the project's Java modules, use the following command:\n\n```bash\n./gradlew clean\n```\n\nor\n\n```bash\nmake clean\n```\n\n### Building SDK\n\n```bash\n./gradlew jar\n```\n\nor\n\n```bash\nmake jar\n```\n\n### Upgrading version\n\n- file `gradle.yml`\n\n```yaml\nng:\n  name: bot4j\n  version: v1.0.0\n  enabled_link: false # enable compression and attachment of the external libraries\n  jars:\n    # unify4J: Java 1.8 skeleton library offering a rich toolkit of utility functions\n    # for collections, strings, date/time, JSON, maps, and more.\n    - enabled: false # enable compression and attachment of the external libraries\n      source: \"./../libs/unify4j-v1.0.0.jar\"\n    # alpha4J: is a Java 8 library featuring common data structures and algorithms.\n    # Enhance your projects with efficient and easy-to-use implementations designed for performance and clarity.\n    - enabled: true\n      source: \"./../libs/alpha4j-v1.0.0.jar\"\n```\n\n## Integration\n\n1. Add dependency into file `build.gradle`\n\n```gradle\nimplementation files('libs/bot4j-v1.0.0.jar') // filename based on ng.name and ng.version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fbot4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivaosorg%2Fbot4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fbot4j/lists"}