{"id":20481508,"url":"https://github.com/newtoallofthis123/noob_handler","last_synced_at":"2026-02-08T22:02:26.193Z","repository":{"id":189999967,"uuid":"681729312","full_name":"newtoallofthis123/noob_handler","owner":"newtoallofthis123","description":"A Custom CMS I made for my blog","archived":false,"fork":false,"pushed_at":"2024-11-17T09:06:37.000Z","size":149,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T14:11:40.531Z","etag":null,"topics":["cli","cms","rust"],"latest_commit_sha":null,"homepage":"https://www.noobscience.rocks/go/cms","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/newtoallofthis123.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,"zenodo":null}},"created_at":"2023-08-22T16:20:55.000Z","updated_at":"2024-11-17T09:06:40.000Z","dependencies_parsed_at":"2025-04-13T14:11:10.695Z","dependency_job_id":"39ce9f77-6ed8-4220-aaea-025524b84deb","html_url":"https://github.com/newtoallofthis123/noob_handler","commit_stats":null,"previous_names":["newtoallofthis123/noob_handler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/newtoallofthis123/noob_handler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newtoallofthis123%2Fnoob_handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newtoallofthis123%2Fnoob_handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newtoallofthis123%2Fnoob_handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newtoallofthis123%2Fnoob_handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newtoallofthis123","download_url":"https://codeload.github.com/newtoallofthis123/noob_handler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newtoallofthis123%2Fnoob_handler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269417542,"owners_count":24413384,"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-08-08T02:00:09.200Z","response_time":72,"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":["cli","cms","rust"],"created_at":"2024-11-15T16:08:40.262Z","updated_at":"2026-02-08T22:02:26.187Z","avatar_url":"https://github.com/newtoallofthis123.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoobHandler\n\nA Simple CLI that I wrote to handle my mongoDB database that is linked to various ascepts of my site [noobscience.rocks](https://noobscience.rocks)\n\nYou can't really use it since you need my unique `MONGODB_URL`, but you can use it as a template for your own CLI.\n\nI just wanted to make a CLI that I could use to handle my database and since I wanted a nice little executable that I could run from anywhere, I decided to make it in rust.\n\n## You can use this\n\nI mean, if you want to, you can use this, but you'll have to change the `MONGODB_URL` to your own database. \nYour MongoDB database will need to have the following collections:\n- \"page\"\n- \"code\"\n- \"go\"\n\nThe page collection will need to be of this format:\n```json\n{\n    \"_id\": \"ObjectId\",\n    \"hash\": \"String\",\n    \"name\": \"String\",\n    \"content\": \"String\",\n    \"date\": \"String\",\n    \"author\": \"String\",\n}\n```\n\nThe code collection will need to be of this format:\n```json\n{\n    \"_id\": \"ObjectId\",\n    \"hash\": \"String\",\n    \"title\": \"String\",\n    \"content\": \"String\",\n    \"lang\": \"String\",\n    \"author\": \"String\",\n}\n```\n\nThe go collection will need to be of this format:\n```json\n{\n    \"_id\": \"ObjectId\",\n    \"url\": \"String\",\n    \"slug\": \"String\",\n}\n```\n\nThen, hopefully, you should be able to run `cargo build --release` and then move the executable to your path.\n\nI mean, if you want to, the code is quite easily understandable, so you should be able to make a new collection and then change the code to fit your needs.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewtoallofthis123%2Fnoob_handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewtoallofthis123%2Fnoob_handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewtoallofthis123%2Fnoob_handler/lists"}