{"id":16548319,"url":"https://github.com/haaarshsingh/snip","last_synced_at":"2025-07-29T06:09:32.580Z","repository":{"id":112415403,"uuid":"524591531","full_name":"haaarshsingh/snip","owner":"haaarshsingh","description":"Fast pastebin written in Rust","archived":false,"fork":false,"pushed_at":"2025-03-01T05:13:51.000Z","size":2710,"stargazers_count":66,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T02:47:19.191Z","etag":null,"topics":["actix-web","nextjs","pastebin","rust","typescript"],"latest_commit_sha":null,"homepage":"https://snip.tf","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haaarshsingh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"LICENSE.md","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},"funding":{"github":"haaarshsingh"}},"created_at":"2022-08-14T06:29:07.000Z","updated_at":"2025-05-08T09:00:31.000Z","dependencies_parsed_at":"2024-07-21T03:25:45.409Z","dependency_job_id":"7c31e056-05ea-4369-855f-85f48f3ce678","html_url":"https://github.com/haaarshsingh/snip","commit_stats":{"total_commits":233,"total_committers":4,"mean_commits":58.25,"dds":"0.36909871244635195","last_synced_commit":"26201934ef345ecd225ff850c078b95551cbf48d"},"previous_names":["haaarshsingh/snip","harshhhdev/snip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haaarshsingh/snip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haaarshsingh%2Fsnip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haaarshsingh%2Fsnip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haaarshsingh%2Fsnip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haaarshsingh%2Fsnip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haaarshsingh","download_url":"https://codeload.github.com/haaarshsingh/snip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haaarshsingh%2Fsnip/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267639033,"owners_count":24119768,"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-07-29T02:00:12.549Z","response_time":2574,"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":["actix-web","nextjs","pastebin","rust","typescript"],"created_at":"2024-10-11T19:25:37.357Z","updated_at":"2025-07-29T06:09:32.555Z","avatar_url":"https://github.com/haaarshsingh.png","language":"Rust","funding_links":["https://github.com/sponsors/haaarshsingh"],"categories":[],"sub_categories":[],"readme":"![image](https://snip.tf/og.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://snip.tf/\"\u003e\n    \u003ch2 align=\"center\"\u003esnip\u003c/h2\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eModern Pastebin written in Rust.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://snip.tf\"\u003eLive\u003c/a\u003e\n    ·\n  \u003ca href=\"https://github.com/haaarshsingh/snip/tree/main/API.md\"\u003eAPI Docs\u003c/a\u003e\n      ·\n  \u003ca href=\"https://github.com/haaarshsingh/snip/tree/main/bot\"\u003eDiscord Bot\u003c/a\u003e\n      ·\n  \u003ca href=\"https://github.com/haaarshsingh/snip/tree/main/cli\"\u003eCLI\u003c/a\u003e\n      ·\n  \u003ca href=\"https://github.com/haaarshsingh/snip/blob/main/LICENSE.md\"\u003eLicense\u003c/a\u003e\n \u003c/p\u003e\n\n## Features\n\n- Multi-file snippets\n- Snip Expiry\n- Accessible and beautiful interface\n- CodeMirror Editor\n- 98 languages supported\n- Forking snippets\n- Fast and free API\n- Downloading files (.zip)\n- Discord Bot\n- CLI\n\n## What's inside?\n\nWelcome to the snip monorepo. It consists of the following:\n\n### Apps\n\n- [`client`](https://github.com/haaarshsingh/snip/tree/main/client) — the frontend client built with Next.\n\n### Packages\n\n- [`server`](https://github.com/haaarshsingh/snip/tree/main/server) — the backend server built with Actix Web.\n- [`bot`](https://github.com/haaarshsingh/snip/tree/main/bot) — the Discord bot built with Serenity.\n- [`cli`](https://github.com/haaarshsingh/snip/tree/main/cli) — the CLI written in plain ol' Rust.\n\nRefer to the README within each individual project on how to build and run the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaaarshsingh%2Fsnip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaaarshsingh%2Fsnip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaaarshsingh%2Fsnip/lists"}