{"id":24060967,"url":"https://github.com/greensyntax/babool-ios","last_synced_at":"2026-05-17T14:32:46.762Z","repository":{"id":249379617,"uuid":"828491525","full_name":"greenSyntax/babool-ios","owner":"greenSyntax","description":"Babool is a versatile iOS library designed for developers who want to efficiently manage and store development logs.","archived":false,"fork":false,"pushed_at":"2025-05-24T20:21:00.000Z","size":549,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T20:34:26.349Z","etag":null,"topics":["csv","googlesheets","logging"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/greenSyntax.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-07-14T10:12:46.000Z","updated_at":"2025-05-24T20:19:34.000Z","dependencies_parsed_at":"2024-07-20T11:32:43.694Z","dependency_job_id":"ef6d0abb-c8c5-4ffd-b090-1ca62a940e65","html_url":"https://github.com/greenSyntax/babool-ios","commit_stats":null,"previous_names":["greensyntax/babool-ios"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/greenSyntax/babool-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenSyntax%2Fbabool-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenSyntax%2Fbabool-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenSyntax%2Fbabool-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenSyntax%2Fbabool-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenSyntax","download_url":"https://codeload.github.com/greenSyntax/babool-ios/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenSyntax%2Fbabool-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33142136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csv","googlesheets","logging"],"created_at":"2025-01-09T07:15:41.738Z","updated_at":"2026-05-17T14:32:41.753Z","avatar_url":"https://github.com/greenSyntax.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Babool 🌵\n\nBabool is a versatile iOS library designed for developers who want to efficiently manage and store development logs. Whether you need to keep logs locally or prefer to utilize cloud storage, Babool provides seamless integration with both local CSV files and Google Sheets.\n\n## Features\n1. Local Logging:\nSave your development logs directly to a CSV file on your device. This feature is ideal for quick access and offline use.\n\n2. Cloud Logging:\nAutomatically upload your logs to Google Sheets, ensuring your data is accessible from anywhere and easily shareable with your team.\n\n3. Easy Integration:\nWith straightforward setup and minimal configuration, you can start logging in just a few minutes.\n\n4. Customizable Logs:\nDefine the structure and content of your logs to suit your specific development needs.\nSecure and Reliable: Ensures the integrity and security of your logs whether stored locally or in the cloud.\n\n## Installation\n\nBabool is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'Babool'\n```\n\n## Example\n\n0. Add `File Sharing` Authorization in your `Info.plist`, \n```\n\u003ckey\u003eUISupportsDocumentBrowser\u003c/key\u003e\n\u003ctrue/\u003e\n\u003ckey\u003eUIFileSharingEnabled\u003c/key\u003e\n\u003ctrue/\u003e\n```\n\n1. Local Logging\nHere, you will have a `Babool-Log` CSV in your iPhone's 'Files App.\n```\nlet babool = BaboolBoard(boardType: .localSheet(csvName: \"Babool-Log\"))\nbabool?.write(payload: DefaultPayload(title: \"My Title\", description: \"I dont have anything to write here\", category: \"DEBUG\"))\n```\n\n2. GoogleSheet Remote Logging - [WIP]\n\n## Use Cases\nDebugging: Keep detailed logs of app behavior and crashes to streamline the debugging process.\nPerformance Monitoring: Track performance metrics and log them for later analysis.\nUser Behavior Tracking: Log user interactions and behavior for UX improvements.\n\nBabool simplifies the process of logging development activities, giving you the flexibility to choose between local and cloud storage based on your needs. Enhance your development workflow with reliable and accessible log management.\n\n## Author\nAbhishek Ravi 🌵\n\n## License\nBabool is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreensyntax%2Fbabool-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreensyntax%2Fbabool-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreensyntax%2Fbabool-ios/lists"}