{"id":26996033,"url":"https://github.com/peter-mghendi/nobullshit","last_synced_at":"2026-04-10T23:47:45.917Z","repository":{"id":130710873,"uuid":"420942971","full_name":"peter-mghendi/nobullshit","owner":"peter-mghendi","description":"No bullshit.","archived":false,"fork":false,"pushed_at":"2022-01-29T15:32:43.000Z","size":241,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-01-28T04:47:47.441Z","etag":null,"topics":["blazor","cli","dotnet","pwa","webscraper"],"latest_commit_sha":null,"homepage":"","language":"C#","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/peter-mghendi.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-10-25T08:39:00.000Z","updated_at":"2022-02-24T10:07:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"74cb6218-f1dc-484d-8640-21cdcdbb37fb","html_url":"https://github.com/peter-mghendi/nobullshit","commit_stats":null,"previous_names":["peter-mghendi/nobullshit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mghendi%2Fnobullshit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mghendi%2Fnobullshit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mghendi%2Fnobullshit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mghendi%2Fnobullshit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-mghendi","download_url":"https://codeload.github.com/peter-mghendi/nobullshit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103296,"owners_count":20884024,"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":["blazor","cli","dotnet","pwa","webscraper"],"created_at":"2025-04-04T01:16:56.641Z","updated_at":"2026-04-10T23:47:40.891Z","avatar_url":"https://github.com/peter-mghendi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nobullshit\nNo bullshit.\n\n## Features\n\n- [x] Web scraper\n    - [x] Hosted service\n    - [ ] Configurable interval\n- [x] Rest API server\n    - [x] Pagination\n    - [ ] Search\n    - [ ] Sort\n    - [ ] Filter\n- [x] Database\n- [ ] Logo\n\n## Projects\n\nThis repository is a Visual Studio Solution that comprises 6 of 10 planned projects:\n\n- [x] [NoBullshit.Shared](tree/main/src/NoBullshit.Shared) - .NET Class Library\n    \n    *TFM: net6.0*\n    \n    *Depends on: N/A*\n    \n    Contains code shared between all the projects.\n\n- [x] [NoBullshit.Server](tree/main/src/NoBullshit.Server) - ASP.NET Core Web API\n    \n    *TFM: net6.0*\n\n    *Depends on: NoBullshit.Shared*\n    \n    Contains web scraper, database operations, REST API.\n\n- [x] [NoBullshit.Client](tree/main/src/NoBullshit.Client) - .NET Class Library\n\n    *TFM: net6.0*\n\n    *Depends on: NoBullshit.Shared*\n    \n    Contains client library for the API.\n\n- [x] [NoBullshit.Cli](tree/main/src/NoBullshit.Cli) - Console Application\n    \n    *TFM: net6.0*\n\n    *Depends on: NoBullshit.Client*\n    \n    Contains console application.\n    \n- [ ] NoBullshit.Generators - Class Library\n\n    *TFM: netstandard2.0*\n    \n    *Depends on: N/A*\n    \n    Will contain various source generators used by the other projects.\n\n- [x] [NoBullshit.Web](tree/main/src/NoBullshit.Web) - Blazor Webassembly Application\n    \n    *TFM: net6.0*\n\n    *Depends on: NoBullshit.Client, NoBullshit.RazorUI*\n    \n    Contains Blazor Webassembly progressive web application (PWA).\n\n- [x] [NoBullshit.RazorUI](tree/main/src/NoBullshit.RazorUI) - Razor Class Library\n    \n    *TFM: net6.0*\n\n    *Depends on: NoBullshit.Shared*\n    \n    Contains Razor UI shared between Nobullshit.Web and NoBullshit.Lite.\n    \n- [ ] NoBullshit.Bot - Microsoft Bot Framework Bot\n    \n    *TFM: net6.0*\n\n    *Depends on: NoBullshit.Client*\n    \n    Will contain a Microsoft Bot Framework Bot.\n\n- [ ] NoBullshit.App - .NET MAUI Application\n    \n    *TFM: net6.0*\n\n    *Depends on: NoBullshit.Client*\n    \n    Will contain a native multiplatform .NET MAUI App.\n\n- [ ] NoBullshit.Lite - .NET MAUI Blazor Application\n    \n    *TFM: net6.0*\n\n    *Depends on: NoBullshit.Client, NoBullshit.RazorUI*\n    \n    Will contain a lightweight multiplatform .NET MAUI Blazor App.\n    \n## Also check out:\n\n### [nobs](https://github.com/sixpeteunder/nobs)\n\nVue 3 PWA built in TypeScript, with a built in client library for the API, also in TypeScript.\n\n### nbs (working title)\n\nMultiplarform Flutter application built in Dart, with a built in client library for the API, also in Dart.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-mghendi%2Fnobullshit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-mghendi%2Fnobullshit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-mghendi%2Fnobullshit/lists"}