{"id":16457765,"url":"https://github.com/tettersocial/kasane","last_synced_at":"2025-10-27T09:30:52.947Z","repository":{"id":257790943,"uuid":"861310790","full_name":"TetterSocial/kasane","owner":"TetterSocial","description":"Rust library for the Tetter API","archived":false,"fork":false,"pushed_at":"2024-09-23T23:15:17.000Z","size":18,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T04:31:49.707Z","etag":null,"topics":["api-bindings","kasane-teto","rest-api","teto","teto-kasane","tetter"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/kasane","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/TetterSocial.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":"2024-09-22T15:04:21.000Z","updated_at":"2025-01-12T18:24:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3a469d1-b6b9-4a43-a706-ed887035062f","html_url":"https://github.com/TetterSocial/kasane","commit_stats":null,"previous_names":["korewachino/kasane","tettersocial/kasane"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetterSocial%2Fkasane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetterSocial%2Fkasane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetterSocial%2Fkasane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetterSocial%2Fkasane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TetterSocial","download_url":"https://codeload.github.com/TetterSocial/kasane/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238471983,"owners_count":19478139,"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":["api-bindings","kasane-teto","rest-api","teto","teto-kasane","tetter"],"created_at":"2024-10-11T10:43:29.159Z","updated_at":"2025-10-27T09:30:47.672Z","avatar_url":"https://github.com/TetterSocial.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kasane\n\nkasane is a simple (and blazingly fast 🚀) library for the Tetter social media platform API.\n\nIt allows you to post tets at blazingly-fast(🚀) speeds, powered by Rust, Reqwest and Tokio.\n\n\u003e [!NOTE]\n\u003e Both Tetter and kasane.rs are still in development. Things may change as time goes on.\n\n\n## Usage\n\n1. Log in to your Tetter account on [https://tetter.vercel.app].\n2. Find your token (required for authenticated requests).\n    You can find this in 2 ways:\n    - Find the Firebase token in IndexedDB\n      1. Open DevTools, and enter the `Storage` tab\n      2. Go to IndexedDB, and find `tetter.vercel.app \u003e firebaseLocalStorageDb \u003e firebase:authUser:XXXXXXXX \u003e value \u003e stsTokenManager \u003e accessToken`\n      3. Copy the value of `accessToken`\n    - Get the token from headers\n      1. Open DevTools, and enter the `Network` tab\n      2. Do any action that requires authorization, like checking notifications\n      3. Find the `Authorization` header, and copy the value of `Bearer XXXXXXXX`\n3. Now use kasane to post your tets!\n\n```rust\nuse kasane::Tetter;\n\n#[tokio::main]\nasync fn main() {\n    let client = kasane::Client::new(Some(\"your_token_here\".to_string()));\n    let tet = kasane::Tet::compose(\u0026client, \"Hello from kasane.rs\").await.unwrap();\n    println!(\"{:?}\", tet);\n}\n```\n\nSee [examples/](examples/) for more examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftettersocial%2Fkasane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftettersocial%2Fkasane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftettersocial%2Fkasane/lists"}