{"id":15295201,"url":"https://github.com/pigeonhands/snoo-rs","last_synced_at":"2025-07-26T17:31:51.324Z","repository":{"id":57667821,"uuid":"264161318","full_name":"pigeonhands/snoo-rs","owner":"pigeonhands","description":"Work in progress async reddit client for rust","archived":false,"fork":false,"pushed_at":"2020-05-17T10:37:46.000Z","size":117,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T22:55:38.671Z","etag":null,"topics":["reddit","reddit-api","reddit-bot","reddit-client","rust","rustlang"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/pigeonhands.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}},"created_at":"2020-05-15T10:10:53.000Z","updated_at":"2020-12-28T20:10:12.000Z","dependencies_parsed_at":"2022-08-28T21:00:31.579Z","dependency_job_id":null,"html_url":"https://github.com/pigeonhands/snoo-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pigeonhands%2Fsnoo-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pigeonhands%2Fsnoo-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pigeonhands%2Fsnoo-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pigeonhands%2Fsnoo-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pigeonhands","download_url":"https://codeload.github.com/pigeonhands/snoo-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227700442,"owners_count":17806365,"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":["reddit","reddit-api","reddit-bot","reddit-client","rust","rustlang"],"created_at":"2024-09-30T17:09:01.371Z","updated_at":"2024-12-02T09:15:32.080Z","avatar_url":"https://github.com/pigeonhands.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snoo\n\n[![](https://img.shields.io/crates/v/snoo?style=for-the-badge)](https://crates.io/crates/snoo)\n\nWork in progress reddit client for rust.\n\nSee  [/examples](https://github.com/pigeonhands/snoo-rs/tree/master/examples) for more.\n\n```Rust\nuse snoo::Reddit;\n```\n\n\n```Rust\nlet r = Reddit::new()?;\n\nlet rust_subreddit = r.subreddit(\"rust\");\nlet top_posts = rust_subreddit.top().await?;\n\nfor p in top_posts {\n    println!(\"{}\", p.info().title)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpigeonhands%2Fsnoo-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpigeonhands%2Fsnoo-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpigeonhands%2Fsnoo-rs/lists"}