{"id":15714362,"url":"https://github.com/sivaosorg/botwrap4j","last_synced_at":"2026-02-01T16:33:28.790Z","repository":{"id":245579936,"uuid":"818656445","full_name":"sivaosorg/botwrap4j","owner":"sivaosorg","description":"botwrap4j: A robust design for sending notifications to various messaging platforms such as Telegram, Discord, and Slack. Based on configuration YAML. Router sends messages.","archived":false,"fork":false,"pushed_at":"2024-09-23T15:34:59.000Z","size":614,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-13T23:37:31.468Z","etag":null,"topics":["bot","bot-api","bot-development","bot-framework","bot-team","slack","slack-bot","telegram","telegram-bot","telegram-bot-api","viber","viber-bot","viber-bot-api"],"latest_commit_sha":null,"homepage":"https://github.com/sivaosorg/botwrap4j","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-22T13:19:19.000Z","updated_at":"2024-09-23T15:35:03.000Z","dependencies_parsed_at":"2024-06-22T22:17:07.426Z","dependency_job_id":"9b738f99-e66f-40c1-a203-d97b41f49031","html_url":"https://github.com/sivaosorg/botwrap4j","commit_stats":null,"previous_names":["sivaosorg/botwrap4j"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sivaosorg/botwrap4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbotwrap4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbotwrap4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbotwrap4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbotwrap4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivaosorg","download_url":"https://codeload.github.com/sivaosorg/botwrap4j/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fbotwrap4j/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28982809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T16:29:42.054Z","status":"ssl_error","status_checked_at":"2026-02-01T16:29:41.428Z","response_time":56,"last_error":"SSL_read: 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-api","bot-development","bot-framework","bot-team","slack","slack-bot","telegram","telegram-bot","telegram-bot-api","viber","viber-bot","viber-bot-api"],"created_at":"2024-10-03T21:36:20.295Z","updated_at":"2026-02-01T16:33:28.777Z","avatar_url":"https://github.com/sivaosorg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# botwrap4j\n\n## Introduction\n\nbotwrap4j: A robust design for sending notifications to various messaging platforms such as Telegram, Discord, and\nSlack. Based on configuration YAML. Router sends messages.\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/botwrap4j.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=botwrap4j -o botwrap4j.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\n#file: noinspection SpellCheckingInspection\nng:\n  name: botwrap4j\n  version: v1.0.0\n  enabled_link: true # 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    # bot4j: a robust designed for sending notifications to various messaging platforms such as Telegram, Discord, and Slack.\n    - enabled: true\n      source: \"./../libs/bot4j-v1.0.0.jar\"\n```\n\n## Add dependencies\n\n```groovy\n// The \"spring-core\" library, version 5.3.31, is a fundamental component of the Spring Framework,\n// offering essential functionality for dependency injection, bean management, and core utilities to facilitate robust Java application development within the Spring ecosystem.\nimplementation group: 'org.springframework', name: 'spring-core', version: '5.3.31'\n// The \"spring-boot-starter-web\" library, version 2.7.18, is a Spring Boot starter module that facilitates the setup of web applications,\n// providing essential dependencies and configurations for building web-based projects.\nimplementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.7.18'\n// The \"spring-boot-configuration-processor\" library, version 2.7.18,\n// is a Spring Boot module that processes configuration metadata annotations to generate metadata files and aid in auto-configuration of Spring applications.\nimplementation group: 'org.springframework.boot', name: 'spring-boot-configuration-processor', version: '2.7.18'\n// The \"spring-boot-starter-test\" module version 2.7.18 provides a comprehensive test framework for Spring Boot applications.\n// It includes JUnit, Mockito, Spring TestContext Framework, and other useful tools for testing Spring applications.\n// The starter integrates these components seamlessly, making it easier to write and execute tests in a Spring Boot environment.\ntestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.7.18'\n// Mockito JUnit Jupiter version 3.12.4: This library integrates Mockito with JUnit 5,\n// enabling developers to write unit tests using Mockito's powerful mocking features.\n// It's designed to work specifically with the JUnit 5 platform, allowing for advanced testing capabilities.\ntestImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.12.4'\n// The \"spring-boot-starter-aop\" library, version 2.7.18, provides support for Aspect-Oriented Programming (AOP) in Spring Boot applications.\n// AOP enables modularization of cross-cutting concerns such as logging, security, and transactions by allowing aspects to be applied to various parts of the application.\n// This starter simplifies the setup and configuration of AOP-related functionality, promoting cleaner and more maintainable code by separating concerns effectively.\nimplementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop', version: '2.7.18'\n```\n\n## Integration\n\n1. Add dependency into file `build.gradle`\n\n```gradle\nimplementation files('libs/botwrap4j-v1.0.0.jar') // filename based on ng.name and ng.version\n```\n\n2. Edit file `main Spring Boot application` (optional)\n\n```java\n\n@SpringBootApplication\n@ComponentScan(basePackages = {\"org.botwrap4j\"}) // root name of package botwrap4j\npublic class ApiApplication {\n    public static void main(String[] args) {\n        SpringApplication.run(ApiApplication.class, args);\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fbotwrap4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivaosorg%2Fbotwrap4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fbotwrap4j/lists"}