SkillAgentSearch skills...

EResolver

EResolver is a python module which helps you to find the solution for your syntax error.

Install / Use

/learn @pyxploiter/EResolver
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EResolver

EResolver is a python module (can be used as exception handler as well) which helps you to find the solution for your syntax error.

Requirements

  1. BeautifulSoup
  2. Web.py
  3. Google-Search-Api

How to Run

  1. First, Run server.py on port 3000
$ python server.py 3000 

You can use web app as well as you can use it into your python script.

    1. For using webapp: Open index.html file in your browser and search your query.</br></br> <img src="/screenshots/Screenshot%20from%202018-12-02%2000-30-17.png" width="800px" height="450px"></br></br> <img src="/screenshots/Screenshot%20from%202018-12-02%2000-30-38.png" width="800px" height="450px"></br></br>
    1. For using EResolver in your python script: Run test.py file as a sample </br> 'print 1/0' is a statement which gives an error and we caught exception using EResolver</br></br> <img src="/screenshots/Screenshot%20from%202018-12-02%2000-52-37.png" width="800px" height="450px">

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated5y ago
Forks2

Languages

JavaScript

Security Score

55/100

Audited on Oct 29, 2020

No findings