{"id":17168686,"url":"https://github.com/sanix-darker/ziim","last_synced_at":"2025-04-13T15:36:30.414Z","repository":{"id":57478322,"uuid":"207783667","full_name":"Sanix-Darker/ziim","owner":"Sanix-Darker","description":"Let your CLI find available solutions for errors / exceptions online on commands you hit, for you, no need open a Browser. and find something yourself","archived":false,"fork":false,"pushed_at":"2020-11-11T14:02:52.000Z","size":4893,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T21:48:54.685Z","etag":null,"topics":["cli","crawler","error-correcting-codes","error-handling","exception-handler","exception-handling","exceptions","javascript","python","scraper","stackoverflow","stackoverflow-api","stackoverflow-questions"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Sanix-Darker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-11T10:19:01.000Z","updated_at":"2025-01-29T08:35:06.000Z","dependencies_parsed_at":"2022-09-06T16:02:36.324Z","dependency_job_id":null,"html_url":"https://github.com/Sanix-Darker/ziim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanix-Darker%2Fziim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanix-Darker%2Fziim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanix-Darker%2Fziim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanix-Darker%2Fziim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sanix-Darker","download_url":"https://codeload.github.com/Sanix-Darker/ziim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248737580,"owners_count":21153796,"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":["cli","crawler","error-correcting-codes","error-handling","exception-handler","exception-handling","exceptions","javascript","python","scraper","stackoverflow","stackoverflow-api","stackoverflow-questions"],"created_at":"2024-10-14T23:12:33.575Z","updated_at":"2025-04-13T15:36:30.390Z","avatar_url":"https://github.com/Sanix-Darker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ziim\n\nNever open a Browser-tab again, copy/Paste your error/Exception to find available solutions online randomly!\\\nZiim will handle everything for you, directly in the CLI after catching an error!\\\n**AMAZING RIGHT ?**\n\n## How it's works\n\nTheese are steps :\n\n- Ziim get your error and ask you, where you want to find solution\n- You just need to enter number corresponding the forum you want to fetch answers\n- That's all, Ziim will provide you the available questions matching your error, give you the answers, votes,...\n\nYOU GET IT ?\\\n\nNo need to:\n\n- `copy the Exception`,\n- `Minimize your terminal`,\n- `Open the browser`,\n- `Paste it on google or any searchEngine`,\n- `Open multiple tabs per result`,\n- `fetching where the solution of your problem could be`...\n\n## Handled Forums\n\nFor Now, Ziim can find on:\n\n- *[Done]* StackOverflow\n- *[Done]* StackExchange\n- *[Done]* Codeproject\n- *[Done]* CodeRanch\n- *[Done]* SitePoint\n- *[Done]* Quora\n- *[Done]* Reddit\n\nYou will have the available list in `./parser.json`\n\n## Requirements\n\n- Python (3.x is recommended)\n- requests\n- lxml\n\n\n## How to use it\n\nLet's see some examples on how to use it :\n\n### In your code\n\nMake sure you have installed all requirements in ./python/requirements.txt, by running :\n```shell\npip3 install ziim\n```\n\nIn the code :\n\n```python\n# You import first Ziim Class and instantiate it\nimport ziim\n# search_level is not required and as default it's 0\nziim = ziim.Ziim().go \n\ntry:\n    # Your code here\n    test = 12/0 # This will throws an error\nexcept Exception as es:\n    # Then call ziim here\n    ziim(es)\n```\n\nRun in the cli :\n```shell\npython3 -m ziim.example\n```\n\n## As a CLI\n\nJust hit this sample command : \n```shell\n# Then hit:\nziim node ./example.js\n```\n\nThe command `node ./example.js` will be executed and the error will be taken to ziim, with this method you can start any kind of process in CLI and use ziimcli to fetch solutions.\n\n## Author\n\n- [Sanix-darker](https://github.com/sanix-darker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanix-darker%2Fziim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanix-darker%2Fziim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanix-darker%2Fziim/lists"}