{"id":16639217,"url":"https://github.com/daniellockyer/pushmore-rust-client","last_synced_at":"2025-10-30T09:30:48.667Z","repository":{"id":52452156,"uuid":"130039044","full_name":"daniellockyer/pushmore-rust-client","owner":"daniellockyer","description":"Rust crate to easily send notifications through Telegram","archived":false,"fork":false,"pushed_at":"2021-04-28T22:01:52.000Z","size":10,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T13:53:04.230Z","etag":null,"topics":["notifications","pushmore","telegram"],"latest_commit_sha":null,"homepage":"https://docs.rs/pushmore","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/daniellockyer.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}},"created_at":"2018-04-18T09:34:07.000Z","updated_at":"2024-04-13T07:50:06.000Z","dependencies_parsed_at":"2022-08-19T18:42:31.319Z","dependency_job_id":null,"html_url":"https://github.com/daniellockyer/pushmore-rust-client","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniellockyer%2Fpushmore-rust-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniellockyer%2Fpushmore-rust-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniellockyer%2Fpushmore-rust-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniellockyer%2Fpushmore-rust-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniellockyer","download_url":"https://codeload.github.com/daniellockyer/pushmore-rust-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238950485,"owners_count":19557533,"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":["notifications","pushmore","telegram"],"created_at":"2024-10-12T07:05:26.220Z","updated_at":"2025-10-30T09:30:43.378Z","avatar_url":"https://github.com/daniellockyer.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Push More: Instantly send notifications through Telegram\n===\n\nThis is a Rust crate for the [Push More](https://pushmore.io) service to easily send notifications through Telegram.\n\n[![Build Status](https://travis-ci.org/neosilky/pushmore-rust-client.svg?branch=master)](https://travis-ci.org/neosilky/pushmore-rust-client)\n[![Docs Status](https://docs.rs/pushmore/badge.svg)](https://docs.rs/pushmore)\n[![On crates.io](https://img.shields.io/crates/d/pushmore.svg)](https://crates.io/crates/pushmore)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\n- [Documentation](https://docs.rs/pushmore)\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\npushmore = \"0.1\"\n```\n\nand this to your crate root:\n\n```rust\nextern crate pushmore;\nuse pushmore::PushMore;\n```\n\nand then you can use it as follows:\n\n```rust\nlet client = PushMore::new(); // This will use the key stored in the PUSH_MORE_KEY environment variable.\n// or\nlet client = PushMore::new_with_key(\"\u003cpushmore key\u003e\".to_string());\n\nclient.send(\"hello!\".to_string());\n```\n\n## TODO\n\n* Add tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniellockyer%2Fpushmore-rust-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniellockyer%2Fpushmore-rust-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniellockyer%2Fpushmore-rust-client/lists"}