Skip to content

It is intended to find out errors in a user python program and come up with the best results by opening respective pages in StackOverflow answers

Notifications You must be signed in to change notification settings

harshakhmk/StackoverflowAutoSearchTool-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StackOverflow Auto Search Tool

It is Intended to findout errors in user python program and comeup with best results in stackoverflow answers

Flow of the program

1 Users writes a python program whose filename is entered during main file execution
2 if errors occur an automatic GET request is made to the Stackoverflow API finding the best possible solutions for the given error 3 The program trys to find out best possible results by opening up the browser with the given links 4 if there is no solution user is required to authenticte before going to ask questionvarious parameters are required from authentication

Bonus Feature

Maintains a Dict[str:List] which takes in the obtained error type as string and returns back list of urls suitable for the given error

Here's a demo of its working

Video Link demo

About

It is intended to find out errors in a user python program and come up with the best results by opening respective pages in StackOverflow answers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages