{"id":14977580,"url":"https://github.com/demkom58/springram","last_synced_at":"2026-03-14T05:04:32.440Z","repository":{"id":41996417,"uuid":"445267142","full_name":"demkom58/springram","owner":"demkom58","description":"Springram is framework for Telegram based on Spring Framework and Spring Boot.","archived":false,"fork":false,"pushed_at":"2023-09-19T18:50:14.000Z","size":274,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-02T04:02:33.282Z","etag":null,"topics":["java","spring","spring-boot","spring-framework","spring-security","springram","telegram"],"latest_commit_sha":null,"homepage":"","language":"Java","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/demkom58.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-01-06T18:12:36.000Z","updated_at":"2025-03-28T12:47:01.000Z","dependencies_parsed_at":"2024-09-18T22:15:39.821Z","dependency_job_id":null,"html_url":"https://github.com/demkom58/springram","commit_stats":{"total_commits":67,"total_committers":2,"mean_commits":33.5,"dds":"0.014925373134328401","last_synced_commit":"7bed58afc156d398a0e76236f9cd77d7ad9ec7b8"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/demkom58/springram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demkom58%2Fspringram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demkom58%2Fspringram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demkom58%2Fspringram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demkom58%2Fspringram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demkom58","download_url":"https://codeload.github.com/demkom58/springram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demkom58%2Fspringram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270869895,"owners_count":24659891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":["java","spring","spring-boot","spring-framework","spring-security","springram","telegram"],"created_at":"2024-09-24T13:55:56.613Z","updated_at":"2026-03-14T05:04:27.402Z","avatar_url":"https://github.com/demkom58.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[forks]: https://img.shields.io/github/forks/demkom58/springram\n[stars]: https://img.shields.io/github/stars/demkom58/springram\n[issues]: https://img.shields.io/github/issues/demkom58/springram\n[license]: https://img.shields.io/github/license/demkom58/springram\n[jitpack]: https://jitpack.io/v/demkom58/springram.svg\n\n[ ![forks][] ](https://github.com/demkom58/springram/network/members)\n[ ![stars][] ](https://github.com/demkom58/springram/stargazers)\n[ ![issues][] ](https://github.com/demkom58/springram/issues)\n[ ![license][] ](https://github.com/demkom58/springram/blob/master/LICENSE)\n[ ![jitpack][] ](https://jitpack.io/#demkom58/springram)\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/demkom58/springram/web/logo.svg\" height=\"100\" width=\"100\" alt=\"Springram Logo\"\u003e\n\n# Springram\nSpringram is a telegram framework based on the Spring framework and Spring Boot.\nIt gives you the ability to use controllers like in spring web-mvc.\n\n\nThis framework based on [rubenlagus' TelegramBots](https://github.com/rubenlagus/TelegramBots) \nthat is Java implementation of Telegram API.\n\n## How to use\n\nTo understand how to work with this framework, you can see the [wiki](https://github.com/demkom58/springram/wiki) section.\n\n### Maven\nAdd jitpack repository to your `pom.xml`, like this:\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nThen add `springram-core` dependency and `spring-boot`, if you \ndon't have it already.\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.demkom58\u003c/groupId\u003e\n        \u003cartifactId\u003espringram-core\u003c/artifactId\u003e\n        \u003cversion\u003e0.5-SNAPSHOT\u003c/version\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n        \u003cartifactId\u003espring-boot-starter\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\nIf you want to use Spring security methods then you should \nadd `springram-core` and `spring-security` dependencies.\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.demkom58\u003c/groupId\u003e\n        \u003cartifactId\u003espringram-security\u003c/artifactId\u003e\n        \u003cversion\u003e0.5-SNAPSHOT\u003c/version\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n        \u003cartifactId\u003espring-boot-starter-security\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n### Gradle\n\nAdd jitpack repository to your `build.gradle`, like this:\n```groovy\nrepositories {\n    maven { url 'https://jitpack.io' }\n}\n```\n\nThen add `springram-core` dependency and `spring-boot`, if you don't have it already.\n```groovy\ndependencies {\n    implementation 'com.github.demkom58:springram-core:0.5-SNAPSHOT'\n    implementation 'org.springframework.boot:spring-boot-starter'\n}\n```\n\nIf you want to use Spring security methods then you should\nadd `springram-core` and `spring-security` dependencies.\n```groovy\ndependencies {\n    implementation 'com.github.demkom58:springram-security:0.5-SNAPSHOT'\n    implementation 'org.springframework.boot:spring-boot-starter-security'\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemkom58%2Fspringram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemkom58%2Fspringram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemkom58%2Fspringram/lists"}