{"id":16727697,"url":"https://github.com/poiscript/sagiri","last_synced_at":"2025-03-15T16:13:26.434Z","repository":{"id":97416397,"uuid":"79800776","full_name":"PoiScript/sagiri","owner":"PoiScript","description":"[WIP] Embedding kitsu.io services into Telegram.","archived":false,"fork":false,"pushed_at":"2017-09-20T06:13:04.000Z","size":155,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T06:13:19.846Z","etag":null,"topics":["matrix","rust","telegram"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/PoiScript.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-23T12:06:41.000Z","updated_at":"2022-05-09T17:52:17.000Z","dependencies_parsed_at":"2023-03-13T08:45:56.643Z","dependency_job_id":null,"html_url":"https://github.com/PoiScript/sagiri","commit_stats":{"total_commits":40,"total_committers":1,"mean_commits":40.0,"dds":0.0,"last_synced_commit":"24b9554a6295b78563a3345245ce9e6f288f0388"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoiScript%2Fsagiri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoiScript%2Fsagiri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoiScript%2Fsagiri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoiScript%2Fsagiri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PoiScript","download_url":"https://codeload.github.com/PoiScript/sagiri/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243754092,"owners_count":20342542,"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","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":["matrix","rust","telegram"],"created_at":"2024-10-12T23:06:41.126Z","updated_at":"2025-03-15T16:13:26.407Z","avatar_url":"https://github.com/PoiScript.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sagiri\n===\n\n[WIP] Embedding kitsu.io services into Telegram.\n\n\u003cdiv style=\"text-align:center\"\u003e\n  \u003cimg alt=\"sagiri\" src=\"assets/sagiri.png\" width=\"512\"\u003e\n\u003c/div\u003e\n\nStart\n---\n\nFirstly, make sure that you have installed rustc and cargo.\nIf not, I recommend you using [rustup](https://rustup.rs).\n\nSecondly, clone the full repositry and build:\n\n```\n$ git clone https://github.com/PoiScript/sagiri.git\n$ cd sagiri\n$ env TOKEN=BOT_TOKEN cargo build --release\n```\n\nNow, you can run sagiri using `env TOKEN=BOT_TOKEN cargo run --release`.\nTo run it automatically, use a simple systemd service:\n\n```yml\n# /etc/systemd/system/sagiri.service\n\n[Unit]\nDescription=Embedding kitsu.io services into Telegram.\nConditionFileNotEmpty=/path/to/sagiri/Cargo.toml\n\n[Service]\nEnvironment=TOKEN=BOT_TOKEN\nWorkingDirectory=/path/to/sagiri\n# if you're using rustup, cargo should be in ~/.cargo/bin.\nExecStart=/path/to/cargo run --release\n\n[Install]\nWantedBy=multi-user.target # runlevel 3\n```\n\n```\n$ systemctl daemon-reload\n$ systemctl enable sagiri\n$ systemctl start sagiri\n$ systemctl status sagiri\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoiscript%2Fsagiri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoiscript%2Fsagiri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoiscript%2Fsagiri/lists"}