Skip to main content

Let your CLI find available solutions for errors/exceptions in your code for you, no need open a Browser. and do something yourself, you just have to select the forum

Project description

Ziim

Never open a Browser-tab again, copy/Paste your error/Exception to find available solutions online randomly!
Ziim will handle everything for you, directly in the CLI after catching an error!
AMAZING RIGHT ?

How it's works

Theese are steps :

  • Ziim get your error and ask you, where you want to find solution
  • You just need to enter number corresponding the forum you want to fetch answers
  • That's all, Ziim will provide you the available questions matching your error, give you the answers, votes,...

YOU GET IT ?\

No need to:

  • copy the Exception,
  • Minimize your terminal,
  • Open the browser,
  • Paste it on google or any searchEngine,
  • Open multiple tabs per result,
  • fetching where the solution of your problem could be...

Handled Forums

For Now, Ziim can find on:

  • [Done] StackOverflow
  • [Done] StackExchange
  • [Done] Codeproject
  • [Done] CodeRanch
  • [Done] SitePoint
  • [Done] Quora
  • [Done] Reddit

You will have the available list in ./parser.json

Requirements

  • Python (3.x is recommended)
  • requests
  • lxml

How to use it

Let's see some examples on how to use it :

In your code

Make sure you have installed all requirements in ./python/requirements.txt, by running :

pip3 install ziim

In the code :

# You import first Ziim Class and instantiate it
import ziim
# search_level is not required and as default it's 0
ziim = ziim.Ziim().go 

try:
    # Your code here
    test = 12/0 # This will throws an error
except Exception as es:
    # Then call ziim here
    ziim(es)

Run in the cli :

python3 -m ziim.example

As a CLI

Just hit this sample command :

# Then hit:
ziim node ./example.js

The 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.

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ziim-0.0.9.2.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

ziim-0.0.9.2-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file ziim-0.0.9.2.tar.gz.

File metadata

  • Download URL: ziim-0.0.9.2.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.3

File hashes

Hashes for ziim-0.0.9.2.tar.gz
Algorithm Hash digest
SHA256 36aaf8100ded23e11e949b571911b0d76b8b3603abdf50d3b0f131698d8d6316
MD5 3567f5976e72d1ad8ee43d5885ffd9ca
BLAKE2b-256 53121e915d6f0e81f18e2eb0c005b90712c7883fd5e7d2278c03e53172b42a04

See more details on using hashes here.

File details

Details for the file ziim-0.0.9.2-py3-none-any.whl.

File metadata

  • Download URL: ziim-0.0.9.2-py3-none-any.whl
  • Upload date:
  • Size: 9.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.3

File hashes

Hashes for ziim-0.0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e6d97c546ac978e19f9aed093108f6da3e40d7e06e0ac1f68883584599e4b2da
MD5 a214a6ee91c14ddb9416a4617afa5e91
BLAKE2b-256 a8674746821a35a5c9bd41e53e5f49411dcfa220217dd81969ac6cbf31cbe4fe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page